Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Nov 5, 2023
1 parent f3e1ef9 commit 42e642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -19981,7 +19981,7 @@ int ggml_cpu_has_blas(void) {

int ggml_cpu_has_cublas(void) {
#if defined(GGML_USE_CUBLAS)
return ggml_cublas_loaded();
return 1;
#else
return 0;
#endif
Expand Down

0 comments on commit 42e642a

Please sign in to comment.