You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the torch compile executors have their own way of creating callables operator by operator.
It would be more principled to use transform for execution to do so, however when #1041 tried, it needed to be reverted due to correctness issues. It would be good to find and fix the cause.
The text was updated successfully, but these errors were encountered:
Currently, the torch compile executors have their own way of creating callables operator by operator.
It would be more principled to use transform for execution to do so, however when #1041 tried, it needed to be reverted due to correctness issues. It would be good to find and fix the cause.
The text was updated successfully, but these errors were encountered: