NVIDIA / CUDALibrarySamples

CUDA Library Samples
Other
1.52k stars 318 forks source link

cuBLAS-GEMM,runtime_error #131

Open MalaJeans opened 1 year ago

MalaJeans commented 1 year ago

When GEMM under Level-3 in cuBLAS is run, the following problem occurs: A 1.00 3.00 2.00 4.00

B 5.00 7.00 6.00 8.00

CUDA error 222 at /home/gy/CUDALibrarySamples/cuBLAS/Level-3/gemm/cublas_gemm_example.cu:103 terminate called after throwing an instance of 'std::runtime_error' what(): CUDA error Aborted (core dumped)

How can I solve it ?thanks!

kolbusa commented 9 months ago

Apologies for a late response. The 222 error seems to mean that the PTX version is not compatible. Which GPU and which CUDA Toolkit version are you using?