Skip to content

Commit e8630b0

Browse files
authored
Disable hipify temporarily (#1526)
1 parent 735551a commit e8630b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build_aomp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if [ "$AOMP_STANDALONE_BUILD" == 1 ] ; then
107107
if [ "$AOMP_SKIP_FLANG" == 0 ] ; then
108108
components="$components llvm-classic flang-classic pgmath flang flang_runtime"
109109
fi
110-
components="$components hipcc hipamd hipify"
110+
components="$components hipcc hipamd"
111111
fi
112112
if [ "$AOMP_SKIP_FLANG_NEW" == 0 ] && [ "$AOMP_SKIP_FLANG" == 1 ] ; then
113113
# We can only build hipfort for flang

0 commit comments

Comments
 (0)