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
Using thunder on a model, several Fusions are generated with Fuser. When we want to profile the generated regions, it can be easily done so with fd.profile(). However, problem is that fd.profile() returns a singleton object which is overwritten when we profile another fusion definition in the same script (see example script). It would be great if fd.profile() returns a separate object. Also, it would be great if it can be serialized.
Using thunder on a model, several Fusions are generated with Fuser. When we want to profile the generated regions, it can be easily done so with
fd.profile()
. However, problem is thatfd.profile()
returns a singleton object which is overwritten when we profile another fusion definition in the same script (see example script). It would be great iffd.profile()
returns a separate object. Also, it would be great if it can be serialized.Example Script
Output
The text was updated successfully, but these errors were encountered: