ggml : define helper quantum constants for SYCL
ggml-ci
This commit is contained in:
parent
895f437e54
commit
66b88a80cb
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ typedef sycl::half2 ggml_half2;
|
|||
#define K_SCALE_SIZE 12
|
||||
#endif // GGML_QKK_64
|
||||
|
||||
#if defined(GGML_COMMON_DECL_CUDA) || defined(GGML_COMMON_DECL_HIP)
|
||||
#if defined(GGML_COMMON_DECL_CUDA) || defined(GGML_COMMON_DECL_HIP) || defined(GGML_COMMON_DECL_SYCL)
|
||||
// QR = QK / number of values before dequantization
|
||||
// QI = number of 32 bit integers before dequantization
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue