Closed PointKernel closed 4 months ago
I think this is caused by the try_reserve_shmem
function which uses the return value of cudaFuncSetAttribute
programmatically. compute-sanitizer
will flag any CUDA API call that is not successful as an error.
I think cudf ran into a similar issue some time ago (see rapidsai/cudf#15753). Their solution was to just skip the test.
Edit: Nevermind, I found a better solution to the problem (see #540)
Is this a duplicate?
Type of Bug
Something else
Describe the bug
How to Reproduce
Expected behavior
memcheck
should pass with no failuresOperating System
Ubuntu 22.04
nvidia-smi output
NVCC version