Skip to content

Commit 7b60cee

Browse files
committed
Restore math mode
Signed-off-by: Matthew Cong <mcong@nvidia.com>
1 parent dc7ceda commit 7b60cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fvdb/detail/ops/convolution/backend/MESparseConvolution.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ gpu_gemm<at::Half>(const cublasOperation_t transA,
128128
N,
129129
CUDA_R_32F,
130130
CUBLAS_GEMM_DEFAULT_TENSOR_OP));
131+
CUBLAS_CHECK(cublasSetMathMode(handle, CUBLAS_DEFAULT_MATH));
131132
}
132133

133134
template <>

0 commit comments

Comments
 (0)