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
The initial work to convert array creations to the new throwing creations focused on symbol table entries, leaving out freestanding arrays created during a function. This PR converts those remaining arrays, meaning that all block distributed arrays created should be converted over to the new interface. Default rectangular arrays are not included and some of the more complex initialization expression arrays were not converted due to an internal error, but have been noted and are in progress as follow up work.
The text was updated successfully, but these errors were encountered:
…nterface (#2791)
* Finish first pass of conversion
* Add throws and fix some errors
* Building after rebase
* Switch domains to generic
* Convert some missed allocations
* Convert init expressions
* Add initExpr overloads to compat modules
* Undo atomic conversion, which didn't make sense
The initial work to convert array creations to the new throwing creations focused on symbol table entries, leaving out freestanding arrays created during a function. This PR converts those remaining arrays, meaning that all block distributed arrays created should be converted over to the new interface. Default rectangular arrays are not included and some of the more complex initialization expression arrays were not converted due to an internal error, but have been noted and are in progress as follow up work.
The text was updated successfully, but these errors were encountered: