Searched refs:CHECK_CUBLAS_RET_WITH_EXCEPT_NOTRACE (Results 1 – 2 of 2) sorted by relevance
35 …CHECK_CUBLAS_RET_WITH_EXCEPT_NOTRACE(cublasCreate(&cublas_handle_), "Failed to create cuBLAS handl… in InitDevice()36 CHECK_CUBLAS_RET_WITH_EXCEPT_NOTRACE( in InitDevice()
138 #define CHECK_CUBLAS_RET_WITH_EXCEPT_NOTRACE(expression, message) \ macro