File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -752,7 +752,7 @@ vulkan-shaders-gen: ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp
752
752
753
753
endif # GGML_VULKAN
754
754
755
- ifdef GGML_HIPBLAS
755
+ ifdef GGML_HIP
756
756
ifeq ($(wildcard /opt/rocm),)
757
757
ROCM_PATH ?= /usr
758
758
AMDGPU_TARGETS ?= $(shell $(shell which amdgpu-arch))
@@ -807,7 +807,7 @@ ggml/src/ggml-cuda/%.o: \
807
807
ggml/src/ggml-common.h \
808
808
ggml/src/ggml-cuda/common.cuh
809
809
$(HIPCC ) $(CXXFLAGS ) $(HIPFLAGS ) -x hip -c -o $@ $<
810
- endif # GGML_HIPBLAS
810
+ endif # GGML_HIP
811
811
812
812
ifdef GGML_MUSA
813
813
ifeq ($(wildcard /opt/musa),)
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ You can download it from your Linux distro's package manager or from here: [ROCm
221
221
222
222
- Using `make`:
223
223
```bash
224
- make GGML_HIPBLAS =1
224
+ make GGML_HIP =1
225
225
```
226
226
- Using `CMake` for Linux (assuming a gfx1030-compatible AMD GPU):
227
227
```bash
@@ -249,7 +249,7 @@ You can download it from your Linux distro's package manager or from here: [ROCm
249
249
250
250
- Using `make` (example for target gfx1030, build with 16 CPU threads):
251
251
```bash
252
- make -j16 GGML_HIPBLAS =1 GGML_HIP_UMA=1 AMDGPU_TARGETS=gfx1030
252
+ make -j16 GGML_HIP =1 GGML_HIP_UMA=1 AMDGPU_TARGETS=gfx1030
253
253
```
254
254
255
255
- Using `CMake` for Windows (using x64 Native Tools Command Prompt for VS, and assuming a gfx1100-compatible AMD GPU):
You can’t perform that action at this time.
0 commit comments