diff --git a/cpp/include/raft/cudart_utils.h b/cpp/include/raft/cudart_utils.h index 1464cd070e..3539f1e1c0 100644 --- a/cpp/include/raft/cudart_utils.h +++ b/cpp/include/raft/cudart_utils.h @@ -121,7 +121,7 @@ struct cuda_error : public raft::exception { // FIXME: Remove after cuml rename #ifndef CUDA_CHECK_NO_THROW -#define CUDA_CHECK_NO_THROW(call) RAFT_CHECK_CUDA_NO_THROW(call) +#define CUDA_CHECK_NO_THROW(call) RAFT_CUDA_TRY_NO_THROW(call) #endif /**