Skip to content

Commit

Permalink
chore: fix amd rocm build (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
null-define authored Jan 18, 2025
1 parent 27edb76 commit b70aaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif ()

if (SD_HIPBLAS)
message("-- Use HIPBLAS as backend stable-diffusion")
set(GGML_HIPBLAS ON)
set(GGML_HIP ON)
add_definitions(-DSD_USE_CUDA)
if(SD_FAST_SOFTMAX)
set(GGML_CUDA_FAST_SOFTMAX ON)
Expand Down

0 comments on commit b70aaa6

Please sign in to comment.