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
Currently, only the block structure is part of the YAML representation, this means the Regions and their placement can not be tested effectively. As a numba developer I want to be able to test loop_restructure and branch_restructure effectively and for this I will need to be able to encode the expected result, including regions, in a simple YAML syntax.
Then -- once this syntax is established -- all the existing tests need to be refactored such that region testing is added to them.
The text was updated successfully, but these errors were encountered:
Currently, only the block structure is part of the YAML representation, this means the Regions and their placement can not be tested effectively. As a numba developer I want to be able to test
loop_restructure
andbranch_restructure
effectively and for this I will need to be able to encode the expected result, including regions, in a simple YAML syntax.Then -- once this syntax is established -- all the existing tests need to be refactored such that region testing is added to them.
The text was updated successfully, but these errors were encountered: