File tree Expand file tree Collapse file tree 3 files changed +255
-40
lines changed Expand file tree Collapse file tree 3 files changed +255
-40
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,6 @@ if (LLAMA_HIPBLAS)
377
377
target_compile_definitions (ggml-rocm PRIVATE GGML_CUDA_DMMV_X=${LLAMA_CUDA_DMMV_X} )
378
378
target_compile_definitions (ggml-rocm PRIVATE GGML_CUDA_MMV_Y=${LLAMA_CUDA_MMV_Y} )
379
379
target_compile_definitions (ggml-rocm PRIVATE K_QUANTS_PER_ITERATION=${LLAMA_CUDA_KQUANTS_ITER} )
380
- target_compile_definitions (ggml-rocm PRIVATE CC_TURING=1000000000 )
381
380
set_source_files_properties (ggml-cuda.cu PROPERTIES LANGUAGE CXX )
382
381
target_link_libraries (ggml-rocm PRIVATE hip::device PUBLIC hip::host roc::rocblas roc::hipblas )
383
382
Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ ifdef LLAMA_HIPBLAS
295
295
HIPFLAGS += -DGGML_CUDA_DMMV_X=$(LLAMA_CUDA_DMMV_X)
296
296
HIPFLAGS += -DGGML_CUDA_MMV_Y=$(LLAMA_CUDA_MMV_Y)
297
297
HIPFLAGS += -DK_QUANTS_PER_ITERATION=$(LLAMA_CUDA_KQUANTS_ITER)
298
- HIPFLAGS += -DCC_TURING=1000000000
299
298
ifdef LLAMA_CUDA_FORCE_DMMV
300
299
HIPFLAGS += -DGGML_CUDA_FORCE_DMMV
301
300
endif # LLAMA_CUDA_FORCE_DMMV
You can’t perform that action at this time.
0 commit comments