GitLab upgrade completed. Current version is 17.10.3. We now benefit from the enhancements of 17.9 and 17.10 releases. Among other improvements, it is now possible to set the automatic deletion of continuous integration pipelines. You can help us reduce storage usage by setting an expiry date for your pipelines.
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.