sycl: use oneDNN for matrices multiplication (#12972)
This commit is contained in:
parent
6c8b91500e
commit
9c404ed54c
5 changed files with 191 additions and 95 deletions
|
@ -193,6 +193,7 @@ option(GGML_RPC "ggml: use RPC"
|
|||
option(GGML_SYCL "ggml: use SYCL" OFF)
|
||||
option(GGML_SYCL_F16 "ggml: use 16 bit floats for sycl calculations" OFF)
|
||||
option(GGML_SYCL_GRAPH "ggml: enable graphs in the SYCL backend" ON)
|
||||
option(GGML_SYCL_DNN "ggml: enable oneDNN in the SYCL backend" ON)
|
||||
set (GGML_SYCL_TARGET "INTEL" CACHE STRING
|
||||
"ggml: sycl target device")
|
||||
set (GGML_SYCL_DEVICE_ARCH "" CACHE STRING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue