ec436095dd
Book-CI / test (macos-latest) (push) Waiting to run
Deploy / deploy (macos-latest) (push) Waiting to run
Deploy / deploy (ubuntu-latest) (push) Waiting to run
Deploy / deploy (windows-latest) (push) Waiting to run
Release to PyPI / Build & publish sglang-kt (push) Waiting to run
Release to PyPI / Build kt-kernel (Python 3.11) (push) Waiting to run
Release to PyPI / Build kt-kernel (Python 3.12) (push) Waiting to run
Release to PyPI / Publish kt-kernel to PyPI (push) Blocked by required conditions
Book-CI / test (ubuntu-latest) (push) Waiting to run
Book-CI / test (windows-latest) (push) Waiting to run
Release Fake Tag / publish (push) Waiting to run
10 lines
353 B
C++
10 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__
|