Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ggml/src/ggml-opencl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ set(GGML_OPENCL_KERNELS
flash_attn_f32_f16
flash_attn_f16
flash_attn_f32
adreno_xmem_attn
adreno_xmem_exact_qk
adreno_xmem_exact_pv
)

foreach (K ${GGML_OPENCL_KERNELS})
Expand Down
Loading