Skip to content

Commit

Permalink
Fix the build_project.sh with ROCr changes from ATD.
Browse files Browse the repository at this point in the history
  • Loading branch information
ampandey-AMD committed Dec 16, 2024
1 parent 86b8237 commit d405e56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ WEBSITE="http\:\/\/github.com\/ROCm-Developer-Tools\/aomp"

# Check-openmp prep
# Patch rocr
ROCR_REPO_DIR=$AOMP_REPOS/$AOMP_ROCR_REPO_NAME
patchrepo $ROCR_REPO_DIR
if [ "$AOMP_APPLY_ATD_AMD_STAGING_PATCH" == 1 ] ; then
ROCR_REPO_DIR=$AOMP_REPOS/$AOMP_ROCR_REPO_NAME
patchrepo $ROCR_REPO_DIR
fi

# Patch llvm-project with ATD patch customized for amd-staging.
# WARNING: This patch (ATD_ASO_full.patch) rarely applies cleanly
Expand Down

0 comments on commit d405e56

Please sign in to comment.