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 ba2032d + e14477b commit 5efac02Copy full SHA for 5efac02
bin/hipfc
@@ -476,7 +476,8 @@ if [ "$__HIPCC_INPUTS" != "" ] ; then
476
echo " Please install hip"
477
exit $DEADRC
478
fi
479
- runcmd "$HIPCC_ENV $ROCM_PATH/bin/hipcc $HIPCC_OPTS $PASSTHRUARGS $__HIPCC_INPUTS $__HIPCC_LINKOPTS -o $__HIPCC_OUTFILE"
+ export $HIPCC_ENV
480
+ runcmd "$ROCM_PATH/bin/hipcc $HIPCC_OPTS $PASSTHRUARGS $__HIPCC_INPUTS $__HIPCC_LINKOPTS -o $__HIPCC_OUTFILE"
481
482
483
if [ "$__INPUTS" != "" ] ; then
0 commit comments