Fix compile mode limitation in associative_scan tests#139929
Fix compile mode limitation in associative_scan tests#139929bohnstingl wants to merge 0 commit intopytorch:mainfrom
Conversation
|
@pytorchbot merge |
|
This PR needs to be approved by an authorized maintainer before merge. |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot revert -c nosignal -m "This test is breaking in trunk somehow, which is really weird. Might be a land race. functorch/test_control_flow.py::AssociativeScanTests::test_associative_scan_binary_operator_compile_mode_compile_dynamic_shape_combine_mode_pointwise_reverse_False_cuda GH job link HUD commit link" |
|
@pytorchbot successfully started a revert job. Check the current status here. |
|
@bohnstingl your PR has been successfully reverted. |
This reverts commit 7fa94f0. Reverted #139929 on behalf of https://github.com/ZainRizvi due to This test is breaking in trunk somehow, which is really weird. functorch/test_control_flow.py::AssociativeScanTests::test_associative_scan_binary_operator_compile_mode_compile_dynamic_shape_combine_mode_pointwise_reverse_False_cuda [GH job link](https://github.com/pytorch/pytorch/actions/runs/11747748990/job/32732254909) [HUD commit link](https://hud.pytorch.org/pytorch/pytorch/commit/7fa94f03635709a30ef85c6955dcdd5051e72e71) ([comment](#139929 (comment)))
This PR was reopened (likely due to being reverted), so your approval was removed. Please request another review.
Nothing weird about it, PR description is a bit misleading, it's not a typo, though it restrict test functionality a lot. |
|
Hi @malfet, I have also updated the description and the title to avoid confusion. |
82e87e8 to
565a794
Compare
Fix compile mode limitation in associative_scan tests where by mistake only the compile_mode='fake' was used
cc @ydwu4