MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_cpu_has_wasm_simd

Function ggml_cpu_has_wasm_simd

ggml.c:20496–20502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20494}
20495
20496int ggml_cpu_has_wasm_simd(void) {
20497#if defined(__wasm_simd128__)
20498 return 1;
20499#else
20500 return 0;
20501#endif
20502}
20503
20504int ggml_cpu_has_blas(void) {
20505#if defined(GGML_USE_ACCELERATE) || defined(GGML_USE_OPENBLAS) || defined(GGML_USE_CUBLAS) || defined(GGML_USE_CLBLAST)

Callers 2

llama_print_system_infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected