We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c2c44 commit 17b751aCopy full SHA for 17b751a
1 file changed
src/gpuarray_buffer_blas.c
@@ -4,7 +4,7 @@
4
5
int gpublas_setup(gpucontext *ctx) {
6
if (ctx->blas_ops == NULL)
7
- return GA_UNSUPPORTED_ERROR;
+ return error_set(ctx->err, GA_UNSUPPORTED_ERROR, "Missing Blas library");
8
return ctx->blas_ops->setup(ctx);
9
}
10
0 commit comments