Skip to content

Commit 490db28

Browse files
committed
Don't allow atomics in cuBLAS.
1 parent 3620ffa commit 490db28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/gpuarray_blas_cuda_cublas.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ static int setup(gpucontext *c) {
197197
}
198198

199199
cublasSetPointerMode(handle->h, CUBLAS_POINTER_MODE_HOST);
200-
cublasSetAtomicsMode(handle->h, CUBLAS_ATOMICS_ALLOWED);
201200

202201
types[0] = GA_BUFFER;
203202
types[1] = GA_SIZE;

0 commit comments

Comments
 (0)