cublasSafeCall    225 modules/cudaarithm/src/arithm.cpp     cublasSafeCall( cublasCreate_v2(&handle) );
cublasSafeCall    227 modules/cudaarithm/src/arithm.cpp     cublasSafeCall( cublasSetStream_v2(handle, StreamAccessor::getStream(stream)) );
cublasSafeCall    229 modules/cudaarithm/src/arithm.cpp     cublasSafeCall( cublasSetPointerMode_v2(handle, CUBLAS_POINTER_MODE_HOST) );
cublasSafeCall    246 modules/cudaarithm/src/arithm.cpp         cublasSafeCall( cublasSgemm_v2(handle, transa, transb, tr2 ? src2.rows : src2.cols, tr1 ? src1.cols : src1.rows, tr2 ? src2.cols : src2.rows,
cublasSafeCall    255 modules/cudaarithm/src/arithm.cpp         cublasSafeCall( cublasDgemm_v2(handle, transa, transb, tr2 ? src2.rows : src2.cols, tr1 ? src1.cols : src1.rows, tr2 ? src2.cols : src2.rows,
cublasSafeCall    264 modules/cudaarithm/src/arithm.cpp         cublasSafeCall( cublasCgemm_v2(handle, transa, transb, tr2 ? src2.rows : src2.cols, tr1 ? src1.cols : src1.rows, tr2 ? src2.cols : src2.rows,
cublasSafeCall    273 modules/cudaarithm/src/arithm.cpp         cublasSafeCall( cublasZgemm_v2(handle, transa, transb, tr2 ? src2.rows : src2.cols, tr1 ? src1.cols : src1.rows, tr2 ? src2.cols : src2.rows,
cublasSafeCall    282 modules/cudaarithm/src/arithm.cpp     cublasSafeCall( cublasDestroy_v2(handle) );