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
Code generation uses logic to find some of the constraints like type, element in order to determine the final abstract data type. This would be simplified with some sorting of ISL constraints to get name, type(base type) etc.
It seems like there's a fair amount of complexity here that's dedicated to accommodating the ISL fields appearing in unpredictable orders. I think we could easily sort the fields beforehand so we could process them more easily, guaranteeing that we see name before type before element, etc.
The text was updated successfully, but these errors were encountered:
Code generation uses logic to find some of the constraints like
type
,element
in order to determine the final abstract data type. This would be simplified with some sorting of ISL constraints to getname
,type
(base type) etc.The text was updated successfully, but these errors were encountered: