Skip to content

Commit 7a688e0

Browse files
committed
remove gfx12 until amd wakes up
1 parent 1970d8c commit 7a688e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ ifdef LLAMA_HIPBLAS
244244
ifeq ($(wildcard /opt/rocm),)
245245
ROCM_PATH ?= /usr
246246
ifdef LLAMA_PORTABLE
247-
GPU_TARGETS ?= gfx803 gfx900 gfx906 gfx908 gfx90a gfx942 gfx1010 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102 gfx1200 gfx1201 $(shell $(shell which amdgpu-arch))
247+
GPU_TARGETS ?= gfx803 gfx900 gfx906 gfx908 gfx90a gfx942 gfx1010 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102 $(shell $(shell which amdgpu-arch))
248248
else
249249
GPU_TARGETS ?= $(shell $(shell which amdgpu-arch))
250250
endif
@@ -253,7 +253,7 @@ endif
253253
else
254254
ROCM_PATH ?= /opt/rocm
255255
ifdef LLAMA_PORTABLE
256-
GPU_TARGETS ?= gfx803 gfx900 gfx906 gfx908 gfx90a gfx942 gfx1010 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102 gfx1200 gfx1201 $(shell $(ROCM_PATH)/llvm/bin/amdgpu-arch)
256+
GPU_TARGETS ?= gfx803 gfx900 gfx906 gfx908 gfx90a gfx942 gfx1010 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102 $(shell $(ROCM_PATH)/llvm/bin/amdgpu-arch)
257257
else
258258
GPU_TARGETS ?= $(shell $(ROCM_PATH)/llvm/bin/amdgpu-arch)
259259
endif

0 commit comments

Comments
 (0)