mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-05-01 03:41:53 +00:00
12 lines
212 B
C++
12 lines
212 B
C++
#pragma once
|
|
|
|
#include "iqk_common.h"
|
|
|
|
#ifdef IQK_IMPLEMENT
|
|
|
|
#include <array>
|
|
|
|
bool iqk_set_kernels_iquants(int ne00, int typeA, int typeB, std::array<mul_mat_t, IQK_MAX_NY>& kernels, mul_mat_t& func16);
|
|
|
|
#endif
|