We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a21bc commit 9fd768aCopy full SHA for 9fd768a
CMakeLists.txt
@@ -107,6 +107,7 @@ endif()
107
if(SD_SYCL)
108
message("-- Use SYCL as backend stable-diffusion")
109
set(GGML_SYCL ON)
110
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-narrowing -fsycl")
111
add_definitions(-DSD_USE_SYCL)
112
# disable fast-math on host, see:
113
# https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-10/fp-model-fp.html
0 commit comments