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.
2 parents 6a28292 + 7297966 commit 9b2dd70Copy full SHA for 9b2dd70
bin/build_aomp.sh
@@ -70,11 +70,11 @@ echo " ================= START build_aomp.sh ==================="
70
echo
71
72
if [ "$AOMP_BUILD_HIP" == 1 ] ; then
73
- components="roct rocr llvm lld clang extras utils hcc hip atmi openmp libdevice libm"
+ components="roct rocr llvm lld clang utils hcc hip extras atmi openmp libdevice libm"
74
else
75
# The hip build will only install headers if AOMP_BUILD_HIP is off
76
# if AOMP_BUILD_HIP is off, then hcc is not built
77
- components="roct rocr llvm lld clang extras utils hip atmi openmp libdevice libm"
+ components="roct rocr llvm lld clang utils hip extras atmi openmp libdevice libm"
78
fi
79
for COMPONENT in $components ; do
80
0 commit comments