mirror of
https://github.com/RYDE-WORK/ktransformers.git
synced 2026-01-19 21:03:18 +08:00
9 lines
265 B
C++
9 lines
265 B
C++
// Adapted from
|
|
// https://github.com/Mozilla-Ocho/llamafile/blob/0.8.8/llamafile/iqk_mul_mat_amd_avx2.cpp
|
|
// Copyrigth 2024 Iwan Kawrakow.
|
|
// Copyright(c) 2024 by KVCache.AI, All Rights Reserved.
|
|
|
|
#ifdef __x86_64__
|
|
#include "iqk_mul_mat.inc"
|
|
#endif // __x86_64__
|