File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,15 +244,15 @@ ifdef LLAMA_HIPBLAS
244244ifeq ($(wildcard /opt/rocm) ,)
245245 ROCM_PATH ?= /usr
246246ifdef LLAMA_PORTABLE
247- GPU_TARGETS ?= gfx803 gfx900 gfx906 gfx908 gfx90a gfx942 gfx1010 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102 $(shell $(shell which amdgpu-arch))
247+ GPU_TARGETS ?= gfx803 gfx900 gfx906 gfx908 gfx90a gfx942 gfx1010 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102 gfx1200 gfx1201 $(shell $(shell which amdgpu-arch))
248248else
249249 GPU_TARGETS ?= $(shell $(shell which amdgpu-arch))
250250endif
251251 HCC := $(ROCM_PATH)/bin/hipcc
252252 HCXX := $(ROCM_PATH)/bin/hipcc
253253else
254254 ROCM_PATH ?= /opt/rocm
255- GPU_TARGETS ?= gfx803 gfx900 gfx906 gfx908 gfx90a gfx942 gfx1010 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102 $(shell $(ROCM_PATH)/llvm/bin/amdgpu-arch)
255+ GPU_TARGETS ?= gfx803 gfx900 gfx906 gfx908 gfx90a gfx942 gfx1010 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102 gfx1200 gfx1201 $(shell $(ROCM_PATH)/llvm/bin/amdgpu-arch)
256256 HCC := $(ROCM_PATH)/llvm/bin/clang
257257 HCXX := $(ROCM_PATH)/llvm/bin/clang++
258258endif
You can’t perform that action at this time.
0 commit comments