Bradley Dice

Results 608 comments of Bradley Dice

@ndmitchell Can you share the commands you use to install? I tried `cd pyrefly && cargo build` but it failed: Build log ``` Compiling proc-macro2 v1.0.95 Compiling unicode-ident v1.0.18 Compiling...

Sorry I didn’t get a chance to stop by at PyCon. I am not using rustup, which might explain the problem.

> How do we handle installation of tests (e.g. to build the librmm-tests conda packages)? I'm actually a bit confused now because I don't see that package being uploaded anywhere...

@vyasr That's actually a great question. I had to dig for the answer. Here it is: https://github.com/rapidsai/gha-tools/blob/88a3c66684b02e727fc64246437f2800d9d4ad1e/tools/rapids-find-anaconda-uploads.py#L32-L37

Test failures appear to be related to https://github.com/PyTables/PyTables/issues/1172 ~It's fine with me if you want to add an exception to the warnings-as-errors options in `pyproject.toml` to ignore these.~ edit: Hmm,...

Overall, our dependency on PyTables has been really hard to keep working. PyTables is usually the last of signac's dependencies to support new Python versions and such. I'd be okay...

> Although I think cudf's row hasher does something smarter than that. cuDF has [32-bit and 64-bit hash_combine implementations](https://github.com/rapidsai/cudf/blob/091cb72294a394deb176600e74c7cb115cfff05a/cpp/include/cudf/hashing/detail/hashing.hpp#L69-L109). Usually, the crucial thing here is that you need a non-commutative...

I think there are two problems. One has to do with parallel tests. That appears to be fixed by the draft changes in #1944. There is a separate problem as...

It looks like this test is being skipped when I run the test suite on CUDA 11 locally: ``` [ RUN ] ResourceTests/mr_ref_test.SetCurrentDeviceResourceRef/System /home/coder/rmm/cpp/tests/mr/device/mr_ref_test.hpp:471: Skipped Skipping tests since the memory...

The only significant system change is in the Linux kernel version going from [5.15.0](https://github.com/rapidsai/rmm/actions/runs/15384578131/job/43280759781#step:10:291) to [6.8.0](https://github.com/rapidsai/rmm/actions/runs/15409284930/job/43357870755#step:10:291). I think that RMM concludes that system memory is supported now, but it does...