Revert "Increase parallelism in dm"#578
Merged
ronlieb merged 1 commit intoamd-stagingfrom Nov 13, 2025
Merged
Conversation
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.
Collaborator
dhruvachak
approved these changes
Nov 13, 2025
dhruvachak
left a comment
There was a problem hiding this comment.
I verified that after the revert, all 3 smoke-dev tests pass.
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.
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.