Check return value of then CUDA call in debug mode
- Make sure that the CUDA kernel submission happened correctly and assert that the returned value is CUBLAS_STATUS_SUCCESS.
- The support of the cublas legacy API has been removed as it is not recommended by Nvidia for a long time now.
This is related to issue #95 (closed)
Merge request reports
Activity
Filter activity
assigned to @faverge
added 13 commits
-
df630fe3...4ed75fb8 - 7 commits from branch
solverstack:master
- 47383a75 - cuda: Remove the CHAMELEON_USE_CUBLAS_V2 define to always enforce the use of the new API
- 56bcbe05 - cudablas: remove the usage of macros in kernels and assert that the return value is a success
- 16c6a5e3 - cudablas: update the header file
- 4855a847 - starpu/codelets: Remove the usage of the CUDA macros
- 916cdbad - starpu: silent warnings
- d1d730f0 - cudablas/eztrace: Remove the _V2 unexisting functions
Toggle commit list-
df630fe3...4ed75fb8 - 7 commits from branch
mentioned in commit 15d50172
mentioned in issue #95 (closed)
Please register or sign in to reply