opencl: add neg, exp and diag (#20127)
* opencl: add `neg` * opencl: add `exp` * opencl: add `diag`
This commit is contained in:
@@ -63,6 +63,7 @@ set(GGML_OPENCL_KERNELS
|
||||
cpy
|
||||
cvt
|
||||
diag_mask_inf
|
||||
diag
|
||||
div
|
||||
gelu
|
||||
gemv_noshuffle_general
|
||||
@@ -112,6 +113,7 @@ set(GGML_OPENCL_KERNELS
|
||||
gemm_noshuffle_q4_1_f32
|
||||
gemv_noshuffle_general_q8_0_f32
|
||||
mul
|
||||
neg
|
||||
norm
|
||||
relu
|
||||
rms_norm
|
||||
@@ -134,6 +136,7 @@ set(GGML_OPENCL_KERNELS
|
||||
tsembd
|
||||
upscale
|
||||
tanh
|
||||
exp
|
||||
expm1
|
||||
softplus
|
||||
pad
|
||||
|
||||
Reference in New Issue
Block a user