-
Notifications
You must be signed in to change notification settings - Fork 93
Add ThunderFX as a benchmark executor #1249
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @riccardofelluga @IvanYashchuk
executors = ( | ||
torch_executor, | ||
torch_compile_executor, | ||
thunder_executor, | ||
) | ||
executors = (torch_executor, torch_compile_executor, thunder_executor) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What formatter applied this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@IvanYashchuk ruff configured by this
lightning-thunder/pyproject.toml
Line 84 in 40904c7
[tool.ruff] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was just curious about this one-line change, usually, a pre-commit job applies changes only to a modified part of the code (at least the one from CI).
Before submitting
What does this PR do?
This PR adds ThunderFX in the list of executors in the benchmark suite.