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

Fix torch.compile smoke test include it for py 3.12, 3.13 #8876

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

atalman
Copy link
Contributor

@atalman atalman commented Jan 23, 2025

Run toch compile test on py 3.12 and 3.13 however exclude 3.13t

Test:

>>> is_gil = not sysconfig.get_config_var("Py_GIL_DISABLED")
>>> print(f"{is_gil}")
True
>>> print(sysconfig.get_config_var("Py_GIL_DISABLED"))
None
>>> 

Copy link

pytorch-bot bot commented Jan 23, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8876

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure, 19 Pending

As of commit a3263c1 with merge base 4315f8a (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@atalman atalman changed the title Fix vision torch.compile test Fix torch.compile smoke test include it for py 3.12, 3.13 Jan 23, 2025
test/smoke_test.py Outdated Show resolved Hide resolved
@atalman atalman merged commit 867521e into pytorch:main Jan 24, 2025
43 of 53 checks passed
Copy link

Hey @atalman!

You merged this PR, but no labels were added.
The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants