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, models in torch_frame.nn have a number of graph breaks, but we should able to remove all or most of them to maximise performance optimisation opportunities. Specifically, the goal is to address as many graph breaks as possible in this test case:
torch._dynamo.explain() doesn't show graph break reasons even when there're graph breaks. Instead, I suggest finding out graph break reasons with torch logs:
Currently, models in
torch_frame.nn
have a number of graph breaks, but we should able to remove all or most of them to maximise performance optimisation opportunities. Specifically, the goal is to address as many graph breaks as possible in this test case:pytorch-frame/test/nn/models/test_compile.py
Lines 18 to 92 in a3b73c4
Note
torch._dynamo.explain()
doesn't show graph break reasons even when there're graph breaks. Instead, I suggest finding out graph break reasons with torch logs:The text was updated successfully, but these errors were encountered: