Add NVIDIA cuBLAS support (#1044)
This commit is contained in:
parent
6667401238
commit
8944a13296
5 changed files with 221 additions and 13 deletions
1
ggml.h
1
ggml.h
|
@ -825,6 +825,7 @@ int ggml_cpu_has_f16c(void);
|
|||
int ggml_cpu_has_fp16_va(void);
|
||||
int ggml_cpu_has_wasm_simd(void);
|
||||
int ggml_cpu_has_blas(void);
|
||||
int ggml_cpu_has_cublas(void);
|
||||
int ggml_cpu_has_sse3(void);
|
||||
int ggml_cpu_has_vsx(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue