[SYCL] add conv support (#8688)
This commit is contained in:
parent
6eeaeba126
commit
0832de7236
5 changed files with 134 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue