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
180
180
GPU_TARGETS = gfx803 gfx900 gfx906 gfx908 gfx90a gfx1030 gfx1100
181
181
LLAMA_CUDA_DMMV_X ?= 64
182
182
LLAMA_CUDA_DMMV_Y ?= 2
183
- LLAMA_CUDA_FORCE_DMMV = false
183
+
184
184
CFLAGS += -DGGML_USE_HIPBLAS -DGGML_USE_CUBLAS $(shell $(ROCM_PATH)/bin/hipconfig -C)
185
185
CXXFLAGS += -DGGML_USE_HIPBLAS -DGGML_USE_CUBLAS $(shell $(ROCM_PATH)/bin/hipconfig -C)
186
186
LDFLAGS += -L/opt/rocm/lib -Wl,-rpath=$(ROCM_PATH)/lib -lhipblas -lamdhip64
187
187
OBJS += ggml-cuda.o ggml_v2-cuda.o ggml_v2-cuda-legacy.o
188
188
189
- ifdef LLAMA_CUDA_FORCE_DMMV
190
- CXXFLAGS += -DGGML_CUDA_FORCE_DMMV
191
- endif # LLAMA_CUDA_FORCE_DMMV
192
189
ifdef LLAMA_CUDA_DMMV_X
193
190
CXXFLAGS += -DGGML_CUDA_DMMV_X=$(LLAMA_CUDA_DMMV_X )
194
191
else
You can’t perform that action at this time.
0 commit comments