CUDALibrarySamples icon indicating copy to clipboard operation
CUDALibrarySamples copied to clipboard

cuSPARSELt matmul example not working on M=N=K8192

Open OrenLeung opened this issue 6 months ago • 12 comments

on https://github.com/NVIDIA/CUDALibrarySamples/tree/master/cuSPARSELt/matmul

the example runs fine on the existing small m,n,k, but unfortunately when i change my m,n,k to be 8192, i get a runtime error. any pointers or patches on how to fix it?

CUSPARSE API failed at line 191 with error: operation not supported (10) https://github.com/NVIDIA/CUDALibrarySamples/blob/master/cuSPARSELt/matmul/matmul_example.cpp#L116-L118

OrenLeung avatar Jul 30 '24 17:07 OrenLeung