Bradley Dice
Bradley Dice
@Matt711 Are the warnings going to stderr? The pipe to grep will only capture stdout. You might need something like 2>&1 in there.
> Alternatively, if we make `cudf.DataFrame.at` not map to `cudf.DataFrame.loc` (i.e. return a different object with the same implementation), that would be an easier fix... That sounds like the right...
I favor backporting the test since it was missed in the original PR and provides a way to verify that the backported fix actually works in 24.06 (it was only...
cuDF does use KvikIO's C++ library libkvikio for GPUDirect Storage, in the libcudf C++ code that underpins cuDF's Python interface. Here are some pointers to the build system and docs...
@madsbk might be better suited to answer that question, but I think you should be fine to use the Python kvikio API or the C++ libkvikio API. Also I don't...
cc: @rjzamora on the topic of remote filesystem access.
CuPy does not use RMM by default but you can enable RMM as the memory manager for CuPy. Here are some references. https://docs.rapids.ai/api/rmm/stable/guide/#using-rmm-with-third-party-libraries https://docs.cupy.dev/en/stable/user_guide/interoperability.html#rmm https://docs.cupy.dev/en/stable/user_guide/memory.html
My high-level feedback is that this example should come with a README. It should explain: - the premise of the problem and its origins (external blog post link) - expectations...
https://github.com/conda-forge/nvcomp-feedstock/pull/15 is now merged. We'll be able to test this adequately in CI now (very soon, ARM packages are still building). Is this update targeting 24.10? I thought I might've...
I fixed style checks so that CI can run. I'd like to see if conda builds work now.