Skip to content

Amd/dev/rlieberm/update mainline#2007

Closed
ronlieb wants to merge 230 commits intoamd-mainlinefrom
amd/dev/rlieberm/UpdateMain
Closed

Amd/dev/rlieberm/update mainline#2007
ronlieb wants to merge 230 commits intoamd-mainlinefrom
amd/dev/rlieberm/UpdateMain

Conversation

@ronlieb
Copy link
Contributor

@ronlieb ronlieb commented Feb 26, 2026

No description provided.

mhalk and others added 30 commits November 24, 2025 11:27
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.
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.
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
ronlieb and others added 22 commits February 21, 2026 22:36
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
* [smoke*] ulimit -t 360 -> 600

* cleanup stray ulimit -s

* cleanup stray ulimit -s
@ronlieb
Copy link
Contributor Author

ronlieb commented Feb 26, 2026

@ronlieb ronlieb closed this Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.