Mentions légales du service

Skip to content

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