Files
ik_llama.cpp/ggml/src/iqk/iqk_gemm_iquants.h
2025-05-18 14:51:59 +03:00

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