Home
last modified time | relevance | path

Searched refs:CHECK_CUBLAS_RET_WITH_EXCEPT_NOTRACE (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_device_manager.cc35CHECK_CUBLAS_RET_WITH_EXCEPT_NOTRACE(cublasCreate(&cublas_handle_), "Failed to create cuBLAS handl… in InitDevice()
36 CHECK_CUBLAS_RET_WITH_EXCEPT_NOTRACE( in InitDevice()
Dgpu_common.h138 #define CHECK_CUBLAS_RET_WITH_EXCEPT_NOTRACE(expression, message) \ macro