-
Notifications
You must be signed in to change notification settings - Fork 48
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
[RFC] Extend Turbine tensor.py to handle torch_dispatches, nn.Module, and torch computational functions #114
Conversation
9a72247
to
ab0376c
Compare
@stellaraccident Any thoughts on defaulting to using async-exec mode? So that we won't need to have these guards |
No time like the present. The worst it can do is reveal bugs and this is the time to hunt them down. |
ab0376c
to
774b5cd
Compare
774b5cd
to
3d9bf00
Compare
I am thinking of unifiying the The main issue with this is IIRC a dynamo backend of torch.compile needs to output torch.Tensor. Which means we'd need to sync up all the |
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.
Very neat and a good start! Some general code comments and then this looks good for a first step.
963365c
to
fe48aee
Compare
fe48aee
to
5fd4c47
Compare
No description provided.