We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2c497 commit afcb8feCopy full SHA for afcb8fe
CMakeLists.txt
@@ -367,6 +367,9 @@ if (LLAMA_HIPBLAS)
367
target_compile_definitions(ggml-rocm PRIVATE GGML_CUDA_DMMV_X=${LLAMA_CUDA_DMMV_X})
368
target_compile_definitions(ggml-rocm PRIVATE GGML_CUDA_DMMV_Y=${LLAMA_CUDA_DMMV_Y})
369
target_compile_definitions(ggml-rocm PRIVATE K_QUANTS_PER_ITERATION=${LLAMA_CUDA_KQUANTS_ITER})
370
+ if (LLAMA_CUDA_FORCE_DMMV)
371
+ target_compile_definitions(ggml-rocm PRIVATE GGML_CUDA_FORCE_DMMV)
372
+ endif()
373
set_source_files_properties(ggml-cuda.cu PROPERTIES LANGUAGE CXX)
374
target_link_libraries(ggml-rocm PRIVATE hip::device PUBLIC hip::host roc::hipblas)
375
0 commit comments