Skip to content

Commit 06ef7d8

Browse files
authored
Revert "Disable hipify temporarily (#1526)" (#1527)
This reverts commit e8630b0.
1 parent e8630b0 commit 06ef7d8

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"
110+
components="$components hipcc hipamd hipify"
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)