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 27edb76 commit b70aaa6Copy full SHA for b70aaa6
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