Skip to content

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

Merged
merged 6 commits into from
Oct 15, 2024
Merged

Conversation

riccardofelluga
Copy link
Collaborator

Before submitting
  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

What does this PR do?

This PR adds ThunderFX in the list of executors in the benchmark suite.

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 merged commit 0f9b600 into main Oct 15, 2024
41 checks passed
@t-vi t-vi deleted the benchmarks-thunderfx-executor branch October 15, 2024 12:08
Comment on lines -154 to +155
executors = (
torch_executor,
torch_compile_executor,
thunder_executor,
)
executors = (torch_executor, torch_compile_executor, thunder_executor)
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

[tool.ruff]
. Let me know if in your case this doesn't match expectation.

Copy link
Collaborator

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).

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.

3 participants