Peter Andreas Entschev

Results 40 issues of 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,...

Python
inactive-90d
inactive-30d

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...

feature

### 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]...

Bug

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....

Task
doc
CUDA

### 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...

Bug

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`

Cython / Python
improvement
non-breaking
ci

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...

improvement
non-breaking
cpp
CMake
python
ci

2 - In Progress
python
improvement
non-breaking
inactive-30d

Closes #1306

0 - Blocked
feature request
breaking
ci