-
Notifications
You must be signed in to change notification settings - Fork 15.5k
[CLOSED] Pre-commit preliminary tests to check for Non-SSA Exec mask instructions #172201
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
Closed
lalaniket8
wants to merge
10,000
commits into
llvm:main
from
ROCm:amd/dev/lalaniket8/wave-transform-tests
Closed
[CLOSED] Pre-commit preliminary tests to check for Non-SSA Exec mask instructions #172201
lalaniket8
wants to merge
10,000
commits into
llvm:main
from
ROCm:amd/dev/lalaniket8/wave-transform-tests
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
Added function configure_pkg to install changelog, copyright, and lintian override for debian. Install changelog, copyright, and lintian override files to fix lintian errors: no-copyright-file debian-changelog-file-missing dir-or-file-in-opt
We're currently using a variable/parameter that no longer exists in the scope of the function, so we get a compilation error. Fix to align with the upstream PR and use Ptr.
xfails: needs pranav to look into flang/test/Lower/OpenMP/DelayedPrivatization/target-private-allocatable.f90 flang/test/Lower/OpenMP/optional-argument-map-2.f90
#573) … (llvm#166459) Update revert_patches.txt Co-authored-by: Nick Sarnie <nick.sarnie@intel.com>
Here's the list of openmpvv fails (across OMP 4.5, 5.0, 5.1, 5.2): test_target_taskloop_shared.c test_target_teams_distribute_parallel_for_if_parallel_modifier.c declare_target_base_and_derived_class.cpp declare_target_base_class.cpp test_loop_bind_device.c test_loop_nested_device.c test_loop_nested_device.F90 test_master_taskloop_device.c test_master_taskloop_simd_device.c test_parallel_master_device.c test_parallel_master_taskloop_device.c test_parallel_master_taskloop_simd_device.c test_target_depend_lvalue_func.cpp test_target_depend_lvalue_ptr.cpp test_target_depend_lvalue_ternary.cpp test_target_task_depend_mutexinoutset.c test_depend_inout_omp_all_memory.c test_target_depend_out_omp_all_memory.c test_taskloop_simd_order_reproducible_device.c test_taskloop_simd_order_unconstrained_device.c test_task_target_default_firstprivate.c test_target_VirFunc.cpp smoke-dev: clang-nested-parallel-for red_bug_51 xteam-red-sched-default-option All runtime fails with the same memory fault signature Michael posted earlier. This reverts commit 2f0e563.
If LIBOMP_INSTALL_RPATH is present, do not add implicit rpath. This fixes an issue with ROCm RHEL-10 RPATH rules that deem /opt/rocm an invalid path.
This patch reenables tests that had been xfailed in a previous merge (#575) by Ron. 1. test/Lower/OpenMP/DelayedPrivatization/target-private-allocatable.f90 Fixed test to accommodate map_clauses related to descriptors that we do not have upstream. 2. test/Lower/OpenMP/optional-argument-map-2.f90 Same problem as above in addition to a bad merge that enabled some testing that had been deliberately disabled by Andrew on amd-staging in the past. See commit 706196c
Contributor
Author
|
Incorrect base branch |
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.
Pre-commit to check for exec mask instruction changes caused by ROCm#789