-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix to Read and Write Sets #1678
Merged
Merged
Changes from 9 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
145c0ea
Added tests for the `_read_and_write_sets()`.
philip-paul-mueller 38e748b
Added the fix from my MapFusion PR.
philip-paul-mueller 3748c03
Now made `read_and_write_sets()` fully adhere to their own definition.
philip-paul-mueller 3ab4bf3
Updated a test for the `PruneConnectors` transformation.
philip-paul-mueller b4feddf
Added code to `test_more_than_a_map` to ensure that the transformatio…
philip-paul-mueller e1c25b2
Merge remote-tracking branch 'spcl/master' into read-write-sets
philip-paul-mueller 70fa3db
Added the new memlet creation syntax.
philip-paul-mueller b187a82
Modified some comments to make them clearer.
philip-paul-mueller 9c6cb6c
Modified the `tests/transformations/move_loop_into_map_test.py::test_…
philip-paul-mueller b5fc16f
Merge branch 'master' into read-write-sets
philip-paul-mueller b7fe242
Added a test to highlights the error.
philip-paul-mueller b546b07
I now removed the filtering inside the read and write set.
philip-paul-mueller ae20590
Fixed `state_test.py::test_read_and_write_set_filter`.
philip-paul-mueller db211fa
Fixed the `state_test.py::test_read_write_set` test.
philip-paul-mueller 570437b
Fixed the `state_test.py::test_read_write_set_y_formation` test.
philip-paul-mueller cb80f0b
Fixed `move_loop_into_map_test.py::MoveLoopIntoMapTest::test_more_tha…
philip-paul-mueller b704a43
Fixed `prune_connectors_test.py::test_read_write_*`.
philip-paul-mueller f74d6e8
General improvements to some tests.
philip-paul-mueller e103924
Updated `refine_nested_access_test.py::test_rna_read_and_write_sets_d…
philip-paul-mueller File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a very ugly hack, but I can replicate / encounter the issue too. I am fine with leaving this in, but please make sure there is an issue that keeps track of this TODO somewhere.