Vyas Ramasubramani
Vyas Ramasubramani
> > it would be nice to have an exception specific to CUDA errors that includes the CUDA error code > > Definitely. I could have sworn we already did...
CC @rlratzel @dantegd @harrism @shwina for perspectives from cuGraph/cuML/cuSpatial/RMM. Feel free to tag others as well of course.
Those are all great questions. I'll address those that I can. My main reservation with your suggestion to move forward with (1) independently is that I don't know to what...
@bdice apologies, it looked like @VamsiTallam95 was just waiting on reviews to continue. It looks like he is currently blocked, though?
Hmm so then would we want to move towards matching pandas _more_ closely? For instance, `DataFrame` is in `pd.core.frame.DataFrame`, whereas ours is in `cudf.core.dataframe.DataFrame`. We have an actual `Frame` class...
If we want to compile to PTX I think the cleanest CMake solution is to create an object library with just this file and then set [CUDA_PTX_COMPILATION](https://cmake.org/cmake/help/latest/prop_tgt/CUDA_PTX_COMPILATION.html). Also we should...
@brandon-b-miller it looks like there's one code path somewhere that is (potentially erroneously) relying on the old behavior.
Similar to how I've defined a mixin for binary operations, I plan to do the same for unary operations. At that point I also plan to apply that to columns...
I generally like the changes in this PR. Overall I might prefer to make more of the factories `classmethod`s so that 1) any access to internals of the `Buffer` class...
Hi @ShahRishi, we'd love your help! It's not quite that simple, although it's close. You'll need to build the documentation with the checks turned on (that's how you run it),...