-
Notifications
You must be signed in to change notification settings - Fork 239
[CK_TILE] Share partition index across threads and specify offset in load_tile()/async_load_tile()/load_tile_transpose() #2905
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
poyenc
wants to merge
28
commits into
ROCm:develop
Choose a base branch
from
poyenc:poyenc/specify-offset-load-tile
base: develop
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.
+277
−61
Draft
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
076d53a
Allow sharing partition index across threads
poyenc a2f5011
Fix typo PartitoinIndex -> PartitionIndex
poyenc 16d4959
Remove C++20 'requires' usages
poyenc a06f46d
Add missing template arguments
poyenc 570492d
Merge branch 'develop' into poyenc/specify-offset-load-tile
poyenc d4925f4
Merge remote-tracking branch 'origin/develop' into poyenc/specify-off…
poyenc 7437d10
Fix load_tile() overload ambiguity issue
poyenc bf9234c
Merge branch 'develop' into poyenc/specify-offset-load-tile
poyenc e0fac21
Use SFINAE to exclude invalid arguments
poyenc 7dd874f
Merge branch 'develop' into poyenc/specify-offset-load-tile
poyenc b9b492f
Add additional offset parameter to the async_load_tile()
poyenc 2753555
Remove async_load_tile() default argument to avoid ambiguity
poyenc c539872
Merge branch 'develop' into poyenc/specify-offset-load-tile
poyenc ec1a615
Merge branch 'develop' into poyenc/specify-offset-load-tile
poyenc 804b336
Extract tile_window coordinate compute logic as method
poyenc 904d995
Use warp-shared LDS base address in tile_window::async_load()
poyenc 85eab02
Merge branch 'develop' into poyenc/specify-offset-load-tile
poyenc f7ed84f
Add constraint to tile_window::load() templates
poyenc 79b9b9e
Fix wrong type traits is_class_v<> usages
poyenc 0b16363
Add missing constraint to async_load_tile()
poyenc 6caa88b
Merge branch 'develop' into poyenc/specify-offset-load-tile
poyenc 12870fd
Add missing tile_window::load() overload
poyenc 8f56ee8
Add more constraint to avoid load_tile() call ambiguity
poyenc 64d4aaa
Merge branch 'develop' into poyenc/specify-offset-load-tile
poyenc f81b6bf
Rename ParitionIndex as ReplacementPartitionIndex
poyenc 56604d3
Merge branch 'develop' into poyenc/specify-offset-load-tile
poyenc 5c5e2dd
Update pre_computed_warp_coords_ in move_extended()
poyenc 28246a5
Fix inconsistency between template parameters and documentation
poyenc 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
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.
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.