8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e005f7 commit d3e1984Copy full SHA for d3e1984
Makefile
@@ -109,7 +109,7 @@ ggml-cuda.o: ggml-cuda.cu ggml-cuda.h
109
endif
110
ifdef LLAMA_HIPBLAS
111
ROCM_PATH ?= /opt/rocm
112
- LDFLAGS += -lhipblas -lamdhip64 -L$(ROCM_PATH)/lib
+ LDFLAGS += -lhipblas -lamdhip64 -L$(ROCM_PATH)/li 4736 b -Wl,-rpath=$(ROCM_PATH)/lib
113
HIPCC ?= $(ROCM_PATH)/bin/hipcc
114
OBJS += ggml-cuda.o
115
ggml.o: CFLAGS += -DGGML_USE_HIPBLAS -D__HIP_PLATFORM_AMD__ -I$(ROCM_PATH)/include
0 commit comments