Chameleon can now be compiled with cuda 12.x
Hello,
This merge request is to fix the issue #117 (closed)
Cuda 12.x does not allow the inclusion of cublas.h and cublas_v2.h. "Disallow including cublas.h and cublas_v2.h in the same translation unit." (https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#cublas-release-12-0)
Since cublas.h is deprecated since version 4 of cuda, it must now be the minimum version to use and now cublas_v2.h only is used.
Best regards, Nathan Précigout.
Merge request reports
Activity
Filter activity
added 24 commits
-
190936dc...fc1dc041 - 23 commits from branch
solverstack:master
- e2762f2d - Chameleon can now be compiled with cuda 12.x
-
190936dc...fc1dc041 - 23 commits from branch
enabled an automatic merge when the pipeline for e2762f2d succeeds
enabled an automatic merge when the pipeline for f8c36304 succeeds
mentioned in commit 18143a45
mentioned in issue #117 (closed)
Please register or sign in to reply