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
Thanks as always for open-sourcing and maintaining the great work. I'm wondering if there are any examples available for user to provide a fixed/constrained temporal mapping? Our use case would be that we want to provide some constraints on temporal loop orderings and allow Zigzag to tile/assign loop bounds as it sees fit based on the on-chip SRAM sizes, etc. Some accelerators do not have a lot of flexibility in case of temporal loop orders and we would like to evaluate those.
Is this achievable on Zigzag now? I saw a few pull requests #75#69 that seem to be relevant but I'm not sure about the correct usage. Any help/guidance on this would be much appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Your description sounds exactly like the feature that has been added in #75, but the examples and tests that use the constrained mapping seem to be missing from the master branch. I will get back to you with an example input ASAP!
Hello,
Thanks as always for open-sourcing and maintaining the great work. I'm wondering if there are any examples available for user to provide a fixed/constrained temporal mapping? Our use case would be that we want to provide some constraints on temporal loop orderings and allow Zigzag to tile/assign loop bounds as it sees fit based on the on-chip SRAM sizes, etc. Some accelerators do not have a lot of flexibility in case of temporal loop orders and we would like to evaluate those.
Is this achievable on Zigzag now? I saw a few pull requests #75 #69 that seem to be relevant but I'm not sure about the correct usage. Any help/guidance on this would be much appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: