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.
1 parent e8630b0 commit 06ef7d8Copy full SHA for 06ef7d8
bin/build_aomp.sh
@@ -107,7 +107,7 @@ if [ "$AOMP_STANDALONE_BUILD" == 1 ] ; then
107
if [ "$AOMP_SKIP_FLANG" == 0 ] ; then
108
components="$components llvm-classic flang-classic pgmath flang flang_runtime"
109
fi
110
- components="$components hipcc hipamd"
+ components="$components hipcc hipamd hipify"
111
112
if [ "$AOMP_SKIP_FLANG_NEW" == 0 ] && [ "$AOMP_SKIP_FLANG" == 1 ] ; then
113
# We can only build hipfort for flang
0 commit comments