use CMAKE_CXX_FLAGS as a string variable
This commit is contained in:
parent
9eceb1a005
commit
8aa5bb38af
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ if (GGML_SYCL)
|
|||
add_compile_definitions(GGML_SYCL_FORCE_MMQ)
|
||||
endif()
|
||||
|
||||
list(APPEND CMAKE_CXX_FLAGS -Wno-narrowing -fsycl)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-narrowing -fsycl")
|
||||
|
||||
if (GGML_SYCL_TARGET STREQUAL "NVIDIA")
|
||||
add_compile_definitions(GGML_SYCL_WARP_SIZE=32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue