Skip to content

Commit b70aaa6

Browse files
authored
chore: fix amd rocm build (#571)
1 parent 27edb76 commit b70aaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ endif ()
5454

5555
if (SD_HIPBLAS)
5656
message("-- Use HIPBLAS as backend stable-diffusion")
57-
set(GGML_HIPBLAS ON)
57+
set(GGML_HIP ON)
5858
add_definitions(-DSD_USE_CUDA)
5959
if(SD_FAST_SOFTMAX)
6060
set(GGML_CUDA_FAST_SOFTMAX ON)

0 commit comments

Comments
 (0)