File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
backend/go/image/stablediffusion-ggml Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ else ifeq ($(OS),Darwin)
36
36
endif
37
37
endif
38
38
39
- ifeq ($(BUILD_TYPE ) ,sycl_f16)
40
- CMAKE_ARGS+=-DGGML_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DGGML_SYCL_F16=ON -DSD_SYCL=ON -DGGML_SYCL_F16=ON
41
- endif
39
+ # ifeq ($(BUILD_TYPE),sycl_f16)
40
+ # CMAKE_ARGS+=-DGGML_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DGGML_SYCL_F16=ON -DSD_SYCL=ON -DGGML_SYCL_F16=ON
41
+ # endif
42
42
43
- ifeq ($(BUILD_TYPE ) ,sycl_f32)
44
- CMAKE_ARGS+=-DGGML_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DSD_SYCL=ON
45
- endif
43
+ # ifeq ($(BUILD_TYPE),sycl_f32)
44
+ # CMAKE_ARGS+=-DGGML_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DSD_SYCL=ON
45
+ # endif
46
46
47
47
# warnings
48
48
CXXFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function
You can’t perform that action at this time.
0 commit comments