File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ jobs:
164164 defines : " -DGGML_NATIVE=OFF -DGGML_AVX512=ON -DGGML_AVX=ON -DGGML_AVX2=ON -DSD_BUILD_SHARED_LIBS=ON"
165165 - build : " cuda12"
166166 defines : " -DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_ARCHITECTURES=90;89;80;75"
167- # - build: "rocm5.5"
168- # defines: '-G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSD_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS="gfx1100;gfx1102;gfx1030" -DSD_BUILD_SHARED_LIBS=ON'
167+ - build : " rocm5.5"
168+ defines : ' -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSD_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS="gfx1100;gfx1101; gfx1102;gfx1030;gfx1031;gfx1032 " -DSD_BUILD_SHARED_LIBS=ON'
169169 - build : " vulkan"
170170 defines : " -DSD_VULKAN=ON -DSD_BUILD_SHARED_LIBS=ON"
171171 steps :
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ endif ()
5555if (SD_HIPBLAS)
5656 message ("-- Use HIPBLAS as backend stable-diffusion" )
5757 set (GGML_HIP ON )
58+ set (GGML_HIP_ROCWMMA_FATTN ON )
59+ set (GGML_BACKEND_DL ON )
5860 add_definitions (-DSD_USE_CUDA)
5961 if (SD_FAST_SOFTMAX)
6062 set (GGML_CUDA_FAST_SOFTMAX ON )
You can’t perform that action at this time.
0 commit comments