#pragma once #include "iqk_common.h" #ifdef IQK_IMPLEMENT #include bool iqk_set_kernels_1bit(int ne00, int typeA, int typeB, std::array& kernels, mul_mat_t& func16); bool iqk_convert_1bit_q80_r8(int type, int n, const void * vx, size_t bx, void * vy, int nrc_x); #endif