We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7efbe commit f7d4a5dCopy full SHA for f7d4a5d
CMakeLists.txt
@@ -96,6 +96,7 @@ endif()
96
if(SD_SYCL)
97
message("-- Use SYCL as backend stable-diffusion")
98
set(GGML_SYCL ON)
99
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-narrowing -fsycl")
100
add_definitions(-DSD_USE_SYCL)
101
# disable fast-math on host, see:
102
# https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-10/fp-model-fp.html
0 commit comments