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.
2 parents 497bda6 + 5e82904 commit 3b89f38Copy full SHA for 3b89f38
Makefile
@@ -170,7 +170,7 @@ ifneq ($(CUDA_ARCH),)
170
endif
171
HIPCCFLAGS ?= $(filter-out $(OMP_SIMD_FLAG),$(OPT)) -fPIC -munsafe-fp-atomics
172
ifneq ($(HIP_ARCH),)
173
- HIPCCFLAGS += --amdgpu-target=$(HIP_ARCH)
+ HIPCCFLAGS += --offload-arch=$(HIP_ARCH)
174
175
SYCL_FLAG := $(SYCL_FLAG.$(CC_VENDOR))
176
SYCLFLAGS ?= $(SYCL_FLAG) -fPIC -std=c++17 $(filter-out -std=c++11,$(CXXFLAGS)) $(filter-out $(OMP_SIMD_FLAG),$(OPT))
0 commit comments