Skip to content

Commit db9df08

Browse files
committed
Fix order of api numbers for libcublas.
1 parent 95b4630 commit db9df08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gpuarray_blas_cuda_cublas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ static int setup(gpucontext *c) {
176176
if (ctx->blas_handle != NULL)
177177
return GA_NO_ERROR;
178178

179-
e = load_libcublas(ctx->minor, ctx->major);
179+
e = load_libcublas(ctx->major, ctx->minor);
180180
if (e != GA_NO_ERROR)
181181
return e;
182182

0 commit comments

Comments
 (0)