Closed
Conversation
Fix behavior of Single-Test-Run to match batch execution of tests
…single-test-run-hsa-xnack [CI][OpenMP_VV] Match HSA_XNACK value of STR to batch execution
Add one switch which can control if we want to test AOMP Flang compiler with implicitly linked Flang GPU runtime. Do not add -lflang_rt.hostdevice flag if IMPLICIT_GPU_FLANG_RT is set to 1.
Adds logic to find_gpu_and_install_dir to set new environment variable LLVM_GPU_IS_XNACKABLE. Changes logic in demo_offload_types test to use variable instead of checking GPU for "sm_" string.
Fixes OpenMP examples to correctly determine XNACK capable GPUs
Make sure offload-arch has the right value. Pick up gpurun from the correct dir.
merge aomp-dev into amd-staging
Show the current commit in the repo. This is mostly such that a log file does contain the info which commit was used in the run.
Script to calculates and report the divergence between LLVM upstream and ROCm's LLVM fork by comparing git branches and generating diff statistics and patches. Runs out of the box using some default configurations doing required setup for directories, remotes, ... Includes documentation.
… static arrays (#1718) * [smoke-fort][OpenMP] Add tests for GPU reductions on allocatables and static arrays Adds smoke tests for the changes introduced in upstream PR: llvm/llvm-project#165714. These tests cannot be added as offloading tests upstream (yet) since they need to link wit h flang's device RT lib. * review comments, Michael
[calculate_divergence.sh] adds script to easily calculate divergence
This can happen on some machines on which we have limited control what software is installed.
…EV-569327 (#1726) Co-authored-by: CatherineMoore <catmoore@amd.com>
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
merge aomp-dev into amd-staging
This fixes the shellcheck warnings in run script for miniQMC benchmark.
This enables to clone, update, configure, run the simple HIP tests from the LLVM test suite.
This applies an initial set of automated shellcheck fixes.
This patch adds a helper script to wrap the 'shellcheck' utility, aiming to split checks into (a) those that should be fixed by hand, (b) those which can be fixed automatically with reasonable precision, and (c) those which should always be ignored.
This patch moves some potentially semantics-altering automatic fixes to the fixByHand list.
This patch allows multiple scripts to listed for aomp-shellcheck, and contains some cleanups based on running shellcheck on that script itself.
This patch adds a --check-only option to aomp-shellcheck to avoid automatically altering files, e.g. when called via an automation system.
This adds a workflow that runs vanilla shellcheck across all .sh scripts inside the AOMP repository. Also adds a shellcheck.rc file. The checks excluded are taken from #1463
This enables the HIP catch2 tests that are already present in the LLVM test suite.
* [srock] Define CMAKE_HIP_COMPILER
- Allows building on systems with /opt/rocm
* Move libc add_subdirectory(benchmarks) under LLVM_INCLUDE_TESTS
- Needed when -DTHEROCK_ENABLE_LLVM_TESTS=1 is used
merge aomp-dev into amd-staging
* [smoke*] ulimit -t 360 -> 600 * cleanup stray ulimit -s * cleanup stray ulimit -s
Amd/dev/rlieberm/merge aomp
dpalermo
approved these changes
Feb 26, 2026
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
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.