-
Notifications
You must be signed in to change notification settings - Fork 55
merge aomp-dev into amd-staging #1745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
z1-cciauto
wants to merge
11
commits into
amd-staging
Choose a base branch
from
upstream_merge_202512022305
base: amd-staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In #1727 I did not get the escaping of \" right. This PR will simply use CMake defaul (Unix Makefiles) when ninja is not present and explicitly specify ninja when it is available.
Removes default component "driver" accidentally commited from testing. Allows the script to default run on entiry llvm-project directory.
Another follow-up on #1732 to not rely on the hardcoded 'ninja' invocation but adjust the tool that is used depending on whether ninja is available.
[calculate_divergence.sh] removes default component "driver"
…ased diffs Saves created diff files into timestamped subdirectory.
[calculate_divergence.sh] adds file (group) based diffs
Environment variable support:
- NINJA_NPROCS - specify number of procs to use
- NINJA_STATUS - show detailed build progress
- NINJA_VERBOSE - show command lines while building
* [srock] Build ninja, define SROCK_JOB_THREADS & NINJA_NPROCS
* [srock] Define -DTHEROCK_BACKGROUND_BUILD_JOBS=1
- Process one component at a time
- Provides better control of total job parallelism
- Update tools for +LLVM_OFFLOAD_BINARY / -CLANG_OFFLOAD_PACKAGER
- Enable all tools
- Enable LIT testing
export AOMP_REPOS="${SROCK_REPOS}/TheRock/compiler"
export BUILD_AOMP="${SROCK_REPOS}/TheRock"
export BUILD_AOMP_SUBDIR="build/compiler/amd-llvm"
export AOMP_NAME_LLVM_PROJECT="amd-llvm"
./build_llvm-flang-rt-host-dev.sh
carlobertolli
approved these changes
Dec 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.