[SYCL] Align GEMM dispatch (#7566)

* align GEMM dispatch
This commit is contained in:
Meng, Hengyu 2024-05-29 07:00:24 +08:00 committed by GitHub
parent 02c1ecad07
commit b864b50ce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 61 additions and 68 deletions

View file

@ -628,6 +628,10 @@ if (LLAMA_SYCL)
add_compile_definitions(GGML_SYCL_F16)
endif()
if (LLAMA_CUDA_FORCE_MMQ)
add_compile_definitions(GGML_SYCL_FORCE_MMQ)
endif()
add_compile_options(-I./) #include DPCT
add_compile_options(-I/${SYCL_INCLUDE_DIR})