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
This is the tracking issue for the changes proposed in the USMP RFC.
Steps
Introduction and integration of tir.allocate_const (similiar to tir.allocate). The integration would be a refactor of current link-params implementation to lower from tir.allocate_consts.
Replace TIR main and operator PrimFuncs tir.allocate_const s with offsets to parameter pools. This is run after running a memory planning algorithm on extracted BufferInfo objects.
This is the tracking issue for the changes proposed in the USMP RFC.
Steps