Peter Andreas Entschev
Peter Andreas Entschev
Following up on a conversation with @harrism @jakirkham @rongou yesterday, I did a small change to the Cython bindings where we can enable PTDS via a `CUDA_PTDS` runtime environment variable,...
Some issues relating to MIG often arise because of lack of automated CI for that, as it requires specialized hardware that isn't currently available in gpuCI. This PR addresses errors...
It is necessary to add support for drawing of computer vision features. A circle/cross/X can be drawn around the coordinates where a feature is located. Feature matching can be drawn...
### Describe the bug We have a workflow using UCX-Py that we can constantly hit the following error: ``` [1660682892.164100] [dgx15:4165657:0] cuda_ipc_iface.c:309 UCX ERROR cuEventQuery(cuda_ipc_event->event)() failed: misaligned address [1660682892.164105] [dgx15:4165657:0]...
The [current installation docs](https://numba.pydata.org/numba-doc/latest/cuda/overview.html#software) only mention `cudatoolkit` should be installed. However, CUDA 12 changes the way packages are organized and Numba should now require `cuda-nvcc=12.x` and I believe `cuda-version=12.x` too....
### Describe the bug CMake fails if a project attempts to `find_package(ucx)` more than once in the same CMake project: ``` CMake Error at /datasets/pentschev/miniconda3/envs/rn-240118/lib/cmake/ucx/ucx-targets.cmake:10 (add_library): add_library cannot create imported...
Enable Dask tests in CI with TCP/UCX-Py/UCXX comms. The heavy-lifting is entirely done in `raft-dask`, so no functional changes are required in `cuml`
Add support for [UCXX](https://github.com/rapidsai/ucxx). It is our intention to soon switch from UCX-Py to UCXX and archive the former. This PR adds support for UCXX on the C++ backend but...