kvcache-ai-ktransformers/third_party/llamafile/tinyblas_cpu_sgemm_arm80.cpp
Jiaqi Liao e69c67713f
Some checks failed
Book-CI / test (push) Has been cancelled
Book-CI / test-1 (push) Has been cancelled
Book-CI / test-2 (push) Has been cancelled
Deploy / deploy (macos-latest) (push) Has been cancelled
Deploy / deploy (ubuntu-latest) (push) Has been cancelled
Deploy / deploy (windows-latest) (push) Has been cancelled
[refactor] fix third_party issue (#1632)
* [refactor]: relocate third_party directory

* [fix]: fix custom_flashinfer for kt-sft
2025-11-20 13:55:55 +08:00

9 lines
353 B
C++

// // Adapted from
// // https://github.com/Mozilla-Ocho/llamafile/blob/0.8.8/llamafile/tinyblas_cpu_sgemm_arm80.cpp
// // Copyrigth 2024 Mozilla Foundation.
// // Copyright(c) 2024 by KVCache.AI, All Rights Reserved.
// #ifdef __aarch64__
// #define llamafile_sgemm llamafile_sgemm_arm80
// #include "tinyblas_cpu_sgemm.inc"
// #endif // __aarch64__