When I try the spgemm_example.c example, it does run correctly, but curiously, if I pass it through the initcheck tool of compute-sanitizer, I get errors stating that cusparseSpGEMM_compute accesses uninitialized global memory. Could this be a bug in CUDA, or am I missing something silly?
My system:
Ubuntu 22.04.1, kernel 6.8.0
GPU: GTX 980Ti
Driver: 550.78
GCC: 11.4.0
CUDA toolkit (installed through the .run file): V12.4.131
When I try the
spgemm_example.c
example, it does run correctly, but curiously, if I pass it through theinitcheck
tool ofcompute-sanitizer
, I get errors stating thatcusparseSpGEMM_compute
accesses uninitialized global memory. Could this be a bug in CUDA, or am I missing something silly?My system:
Command I used to compile:
compute-sanitizer gives: