NVIDIA / CUDALibrarySamples

CUDA Library Samples
Other
1.5k stars 311 forks source link

Segmentation faults are meet When I change m,n,k from 32 to 1024 in cuSPARSELt/matmul /matmul_example.cpp #164

Closed yunyaoXYY closed 8 months ago

yunyaoXYY commented 8 months ago

Hi, I can run the cuSPARSELt/matmul /matmul_example.cpp successfully , but when I change the values of m,n,k from 32 to 1024, I meet “95744 Segmentation fault (core dumped) ./example.” How could I fix this ? Thx.

yunyaoXYY commented 8 months ago

note "bigger sizes may require dynamic allocations" , Solved