-
Notifications
You must be signed in to change notification settings - Fork 79
Add map_domain transformation #300
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
Draft
jdsteve2
wants to merge
45
commits into
check-new-dependencies-against-sio
Choose a base branch
from
add-map-domain-transformation
base: check-new-dependencies-against-sio
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
7fbc7af
Add wave equation solver on the way to diamond tiling demo
inducer af82225
Add initial prototype of map_domain and (currently broken) test of di…
inducer 70ee84d
Make placeholder error message Py2-compatible
inducer 3c4c1ff
test_diamond_tiling: Remove split_iname analog
inducer b61dbcf
Fix diamond tile mapping
inducer c661031
Make test_diamond_tiling an actual test
inducer e1ae8cf
Fix handling of reductions in map_domain
inducer 9e77c98
Sync branch with master
nchristensen da35b59
Update to use new islpy _laign_dim_type parameters
nchristensen afc42b2
Merge branch 'main' into map-domain
jdsteve2 11d9084
Merge branch 'main' into map-domain
jdsteve2 714da1e
Merge branch 'map-domain' into add-map-domain-transformation
jdsteve2 34fab98
fix bug in map_domain (when aligning second dim type, make sure to us…
jdsteve2 137e7c7
fix bug in map_domain to actually allow instructions with domains ind…
jdsteve2 399ec46
allow post-transform iname renaming in map_domain to handle case wher…
jdsteve2 632aafd
create test to compare map_domain result to split_iname result
jdsteve2 0166f8d
slight clarification of comment
jdsteve2 9c0c2df
Add map_domain FIXME
inducer d4f7b9a
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 ab98395
fix flake8 issues
jdsteve2 7f08ad5
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 fd762db
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 796f01e
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 b71e675
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 ff48253
fix bug in map_domain where we attempt to return the same kernel if n…
jdsteve2 502e155
add find_and_rename_dim()
jdsteve2 003eed1
in map_domain, deal with situation where transform map doesn't includ…
jdsteve2 5138b16
test map_domain with situation where transform map doesn't include al…
jdsteve2 7c54699
Merge branch 'add-map-domain-transformation' of http://github.com/ind…
jdsteve2 572a8c6
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 00f604d
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 e59fe5f
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 fc38556
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 4631f51
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 fc626a1
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 1ed5ee9
fix merge conflict
jdsteve2 7faa802
add for_each_kernel decorator to map_domain
jdsteve2 a5bdc98
after callables update, use knl[loopy_kernel] where needed
jdsteve2 dd7cbea
remove rename_after arg in map_domain, which is no longer necessary d…
jdsteve2 4052fb9
remove rename_after arg in map_domain, which is no longer necessary d…
jdsteve2 c5172b9
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 bd3e6aa
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 424d3fa
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 ca05163
Merge branch 'check-new-dependencies-against-sio' into add-map-domain…
jdsteve2 8a40d4e
move find_and_rename_dim into iname.py since that's the only place it…
jdsteve2 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.