We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a1276 commit 9ac8e95Copy full SHA for 9ac8e95
HIP/CPP/Makefile
@@ -4,8 +4,8 @@ OBJ = $(SRC:.cpp=.o)
4
ROCM_PATH ?= /opt/rocm
5
HIPCC = ${ROCM_PATH}/bin/hipcc
6
7
-CXXFLAGS = -O3 -std=c++11
8
-CXXFLAGS += --amdgpu-target=gfx90a
+CXXFLAGS = -O3 -std=c++17
+CXXFLAGS += --offload-arch=gfx90a
9
10
rocm: $(OBJ)
11
0 commit comments