File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -180,15 +180,12 @@ ifdef LLAMA_HIPBLAS
180180 GPU_TARGETS = gfx803 gfx900 gfx906 gfx908 gfx90a gfx1030 gfx1100
181181 LLAMA_CUDA_DMMV_X ?= 64
182182 LLAMA_CUDA_DMMV_Y ?= 2
183- LLAMA_CUDA_FORCE_DMMV = false
183+
184184 CFLAGS += -DGGML_USE_HIPBLAS -DGGML_USE_CUBLAS $(shell $(ROCM_PATH)/bin/hipconfig -C)
185185 CXXFLAGS += -DGGML_USE_HIPBLAS -DGGML_USE_CUBLAS $(shell $(ROCM_PATH)/bin/hipconfig -C)
186186 LDFLAGS += -L/opt/rocm/lib -Wl,-rpath=$(ROCM_PATH)/lib -lhipblas -lamdhip64
187187 OBJS += ggml-cuda.o ggml_v2-cuda.o ggml_v2-cuda-legacy.o
188188
189- ifdef LLAMA_CUDA_FORCE_DMMV
190- CXXFLAGS += -DGGML_CUDA_FORCE_DMMV
191- endif # LLAMA_CUDA_FORCE_DMMV
192189ifdef LLAMA_CUDA_DMMV_X
193190 CXXFLAGS += -DGGML_CUDA_DMMV_X=$(LLAMA_CUDA_DMMV_X )
194191else
You can’t perform that action at this time.
0 commit comments