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

Using torch.compile for speedup #19

Open
omar-abdelgawad opened this issue Dec 27, 2023 · 0 comments
Open

Using torch.compile for speedup #19

omar-abdelgawad opened this issue Dec 27, 2023 · 0 comments
Labels
question Further information is requested research Issues requiring research on a given topic/feature

Comments

@omar-abdelgawad
Copy link
Owner

Is your feature request related to a problem? Please describe.
Pytorch 2.0 introduced the torch.compile function and decorator that could speed up models by adding only a single line of code. It is still new though. Here is a tutorial from official docs:
https://pytorch.org/tutorials/intermediate/torch_compile_tutorial.html#conclusion

Write now we don't know what type of gpus does it work with and need more details about what it actually does and is it worth using?

Describe the solution you'd like
Please collect more data about the function (and topic in general) and if you conclude that it should be used make a pull request with the minimal corresponding changes after testing that it works on all of modified models (and actually made them faster).

Describe alternatives you've considered
This is experimental but important as we currently don't have a workstation so we are really low on computing resources.

@omar-abdelgawad omar-abdelgawad added enhancement New feature or request question Further information is requested labels Dec 27, 2023
@omar-abdelgawad omar-abdelgawad added research Issues requiring research on a given topic/feature and removed enhancement New feature or request labels Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested research Issues requiring research on a given topic/feature
Projects
None yet
Development

No branches or pull requests

1 participant