mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-27 10:38:56 -04:00
[SYCL] add conv support (#8688)
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#define SYCL_ACC_BLOCK_SIZE 256
|
||||
#define SYCL_IM2COL_BLOCK_SIZE 256
|
||||
#define SYCL_POOL2D_BLOCK_SIZE 256
|
||||
#define SYCL_CONV_TRANPOSE_1D_BLOCK_SIZE 256
|
||||
|
||||
// dmmv = dequantize_mul_mat_vec
|
||||
#ifndef GGML_SYCL_DMMV_X
|
||||
|
Reference in New Issue
Block a user