sync master

This commit is contained in:
luoyu-intel 2024-06-27 09:41:58 +08:00
parent a2936f40cd
commit 4cd48c7cfc
3 changed files with 0 additions and 1 deletions

View file

@ -486,7 +486,6 @@ if (GGML_SYCL)
add_compile_options(-I./) #include DPCT
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-narrowing")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3")
if (GGML_SYCL_TARGET STREQUAL "NVIDIA")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsycl-targets=nvptx64-nvidia-cuda")
endif()