Vyas Ramasubramani
Vyas Ramasubramani
Huh I'm not sure how I missed that. Well OK then, let's keep it.
/ok to test
@nvdbaranec @hyperbolic2346 now that #13744 is closed, do you want to revisit this issue?
> Conversion back to arrow doesn't work because we lost the precision argument Would resolving https://github.com/rapidsai/cudf/issues/17080 (which should be possible with arrow 18) resolve this? Could we carry around extra...
Ah OK so this is about the values stored in the dtype, not the dtype itself being lost (which is what my question was about, i.e. whether getting 32 and...
I'm tracking this in https://github.com/rapidsai/cudf/issues/18863. Closing this PR for now since the basic enabling of decimals (done in this PR) is straightforward and the challenge will be figuring out all...
Based on the need for https://github.com/rapidsai/raft/pull/2525, the issue may be broader than just hardcoded values not being exactly reproducible on all platforms.
Agreed, I think that this is the right move.
> I'm not sure. You can technically get Clang to compile device code, so that may be a path worth exploring using Clang + these tools. Out of curiosity I...
You're right, it does. I removed those and made some progress, but not nearly enough for a working build with clang yet. Here's a list of necessary changes so far:...