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
aie.herds are intentionally isolated from above to allow parallel compilation.
memory allocations to L1 memory should only be made within a herd.
those allocations must not be yielded outside of a herd ( would break execution model).
memory allocation to L2 memory should only be made within a segment
those allocations must not be yielded outside of a segment ( would break execution model).
Can we check that verifiers check this behaviour, and documentation communicates it.
The text was updated successfully, but these errors were encountered:
aie.herds are intentionally isolated from above to allow parallel compilation.
memory allocations to L1 memory should only be made within a herd.
those allocations must not be yielded outside of a herd ( would break execution model).
memory allocation to L2 memory should only be made within a segment
those allocations must not be yielded outside of a segment ( would break execution model).
Can we check that verifiers check this behaviour, and documentation communicates it.
The text was updated successfully, but these errors were encountered: