| 20510 | } |
| 20511 | |
| 20512 | int ggml_cpu_has_cublas(void) { |
| 20513 | #if defined(GGML_USE_CUBLAS) |
| 20514 | return 1; |
| 20515 | #else |
| 20516 | return 0; |
| 20517 | #endif |
| 20518 | } |
| 20519 | |
| 20520 | int ggml_cpu_has_clblast(void) { |
| 20521 | #if defined(GGML_USE_CLBLAST) |
no outgoing calls
no test coverage detected