Skip to content

Fix dynamo core test failure on Windows #3642

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

HolyWu
Copy link
Contributor

@HolyWu HolyWu commented Jul 1, 2025

Description

Fixes #3631

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project (You can use the linters)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation
  • I have added tests to verify my fix or my feature
  • New and existing unit tests pass locally with my changes
  • I have added the relevant labels to my PR in so that relevant reviewers are notified

@HolyWu HolyWu force-pushed the fix_cl_not_found branch from e58820b to 6123eb7 Compare July 1, 2025 15:47
@lanluo-nvidia
Copy link
Collaborator

@HolyWu
I was stuck on this issue, thanks for raising the PR, it helped a lot.
I have a question about this:
I know build requires this env script, we never has this on test previously.
Do you know if it is anything new introduced from upstream torch?
Why it only fails the dynamo core tests, does not fail other tests?

@narendasan narendasan requested a review from lanluo-nvidia July 1, 2025 18:35
@HolyWu
Copy link
Contributor Author

HolyWu commented Jul 1, 2025

I suspect it's an upstream change in PyTorch too. But I don't know what combination will cause the compilation though.

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.

🐛 [Bug] Windows dynamo core tests failed
3 participants