move QK_WARP_SIZE to presets.hpp
This commit is contained in:
parent
d7cf5f5abb
commit
ac8a4bd9d5
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
#include "dequantize.hpp"
|
||||
#include "presets.hpp"
|
||||
|
||||
int constexpr QK_WARP_SIZE = 32;
|
||||
|
||||
static void convert_f16(const void * vx, const int ib, const int iqs, dfloat2 & v){
|
||||
const sycl::half *x = (const sycl::half *)vx;
|
||||
|
|
|
@ -62,4 +62,5 @@ static_assert(K_QUANTS_PER_ITERATION == 1 || K_QUANTS_PER_ITERATION == 2, "K_QUA
|
|||
|
||||
#define MUL_MAT_SRC1_COL_STRIDE 128
|
||||
|
||||
#define QK_WARP_SIZE 32
|
||||
#endif // GGML_SYCL_PRESETS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue