mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-05 20:19:51 +00:00
9 lines
337 B
C++
9 lines
337 B
C++
// Adapted from
|
|
// https://github.com/Mozilla-Ocho/llamafile/blob/0.8.8/llamafile/tinyblas_cpu_mixmul_amd_zen4.cpp
|
|
// Copyrigth 2024 Mozilla Foundation.
|
|
// Copyright(c) 2024 by KVCache.AI, All Rights Reserved.
|
|
|
|
#ifdef __x86_64__
|
|
#define llamafile_mixmul llamafile_mixmul_amd_zen4
|
|
#include "tinyblas_cpu_mixmul.inc"
|
|
#endif // __x86_64__
|