Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b10ce93

Browse files
committedJan 17, 2025·
fix amd rocm build
1 parent dcf91f9 commit b10ce93

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)
Please sign in to comment.