Skip to content

Commit 307b8a6

Browse files
authored
Merge pull request #285 from abergeron/no_atomics
Don't allow atomics in cuBLAS.
2 parents 3620ffa + 490db28 commit 307b8a6

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)