summaryrefslogtreecommitdiff
path: root/ggml/src/iqk/iqk_gemm_iqk_quants.h
blob: cd076ff778ee8fcf8c56e892b94ec46fc9223524 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "iqk_common.h"

#ifdef IQK_IMPLEMENT

#include <array>

bool iqk_set_kernels_iqk_quants(int ne00, int typeA, int typeB, std::array<mul_mat_t, IQK_MAX_NY>& kernels, mul_mat_t& func16);

#endif