File tree Expand file tree Collapse file tree 3 files changed +426
-45
lines changed Expand file tree Collapse file tree 3 files changed +426
-45
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,6 @@ if (LLAMA_HIPBLAS)
388
388
target_compile_definitions (ggml-rocm PRIVATE GGML_CUDA_DMMV_X=${LLAMA_CUDA_DMMV_X} )
389
389
target_compile_definitions (ggml-rocm PRIVATE GGML_CUDA_MMV_Y=${LLAMA_CUDA_MMV_Y} )
390
390
target_compile_definitions (ggml-rocm PRIVATE K_QUANTS_PER_ITERATION=${LLAMA_CUDA_KQUANTS_ITER} )
391
- target_compile_definitions (ggml-rocm PRIVATE CC_TURING=1000000000 )
392
391
set_source_files_properties (ggml-cuda.cu PROPERTIES LANGUAGE CXX )
393
392
target_link_libraries (ggml-rocm PRIVATE hip::device PUBLIC hip::host roc::rocblas roc::hipblas )
394
393
Original file line number Diff line number Diff line change @@ -408,7 +408,6 @@ ifdef LLAMA_HIPBLAS
408
408
HIPFLAGS += -DGGML_CUDA_DMMV_X=$(LLAMA_CUDA_DMMV_X)
409
409
HIPFLAGS += -DGGML_CUDA_MMV_Y=$(LLAMA_CUDA_MMV_Y)
410
410
HIPFLAGS += -DK_QUANTS_PER_ITERATION=$(LLAMA_CUDA_KQUANTS_ITER)
411
- HIPFLAGS += -DCC_TURING=1000000000
412
411
ifdef LLAMA_CUDA_FORCE_DMMV
413
412
HIPFLAGS += -DGGML_CUDA_FORCE_DMMV
414
413
endif # LLAMA_CUDA_FORCE_DMMV
You can’t perform that action at this time.
0 commit comments