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
We should consider adding an API to implicitly compile modules the first time they are called. This makes it so the user does not need to manually call tp.compile and should make interop with other frameworks a bit easier.
The API could optionally allow users to specify a shape range to support dynamic shapes.