We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d8450 commit c94d420Copy full SHA for c94d420
CMakeLists.txt
@@ -54,7 +54,7 @@ endif ()
54
55
if (SD_HIPBLAS)
56
message("-- Use HIPBLAS as backend stable-diffusion")
57
- set(GGML_HIPBLAS ON)
+ set(GGML_HIP ON)
58
add_definitions(-DSD_USE_CUDA)
59
if(SD_FAST_SOFTMAX)
60
set(GGML_CUDA_FAST_SOFTMAX ON)
0 commit comments