Skip to content
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

test_autocast_torch_matmul: fix flakiness #851

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

nikitaved
Copy link
Contributor

Fixes #850.

Passes the following:

pytest --show-progress --verbose thunder/tests/test_autocast.py -k test_autocast_torch_matmul --count 10000 -n 30
...
__________________________________________________________________________ 80000 of 80000 completed, 80000 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun __________________________________________________________________________

Copy link
Collaborator

@kshitij12345 kshitij12345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (especially with 10000 runs), thanks @nikitaved

@kshitij12345
Copy link
Collaborator

Have created an issue for the failing test test_change_default_device_with_ctx - #853

@t-vi t-vi enabled auto-merge (squash) July 24, 2024 13:41
Copy link
Collaborator

@t-vi t-vi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@t-vi t-vi disabled auto-merge July 24, 2024 13:42
@t-vi t-vi merged commit 1c59321 into main Jul 24, 2024
35 of 37 checks passed
@t-vi t-vi deleted the nikitaved/autocast_matmul_fix_flaky_test branch July 24, 2024 13:42
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.

test_autocast_matmul: is flaky
3 participants