You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Makefile
+4-1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ ifndef ROCM_TARGET
21
21
$(error ERROR: ROCM_TARGET not set. Call make with ROCM string (see https://www.llvm.org/docs/AMDGPUUsage.html#processors), for example: make hip ROCM_TARGET=gfx1030)
22
22
ROCM_TARGET:=
23
23
endif
24
+
else
25
+
$(warning WARNING: Unable to find hipcc in path, fallback to ROCM_HOME /opt/rocm)
0 commit comments