mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-10 15:29:39 +00:00
support npu
This commit is contained in:
parent
dd0e41b3b8
commit
7d51a13c9b
34 changed files with 14004 additions and 5626 deletions
10
third_party/llamafile/iqk_mul_mat_arm80.cpp
vendored
Normal file
10
third_party/llamafile/iqk_mul_mat_arm80.cpp
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Adapted from
|
||||
// https://github.com/Mozilla-Ocho/llamafile/blob/0.8.8/llamafile/iqk_mul_mat_arm80.cpp
|
||||
// Copyright 2024 Iwan Kawrakow.
|
||||
// Copyright(c) 2024 by KVCache.AI, All Rights Reserved.
|
||||
|
||||
#ifdef __aarch64__
|
||||
#define iqk_mul_mat iqk_mul_mat_arm80
|
||||
#define iqk_mul_mat_moe iqk_mul_mat_moe_arm80
|
||||
#include "iqk_mul_mat.inc"
|
||||
#endif // __aarch64__
|
Loading…
Add table
Add a link
Reference in a new issue