-
Notifications
You must be signed in to change notification settings - Fork 480
[cub] Add static and runtime-sized shared-memory histogram privatization #10556
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
Open
robobryce
wants to merge
45
commits into
NVIDIA:main
Choose a base branch
from
robobryce:pr/histocache/smem-privatized
base: main
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.
Open
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
ae9bbc7
[cub] Add runtime-sized shared-memory histogram tier
brycelelbach 6ae878e
[cub] Complete SMEM-privatized histogram tuning
brycelelbach dbe0bdc
[cub] Address histogram SMEM review feedback
brycelelbach 0537743
[cub] Avoid signed overflow in RANGE interpolation
brycelelbach f64b4d5
[cub] Restore static histogram privatization
brycelelbach 21a5c00
[cub] Keep histogram policy paths synchronized
brycelelbach e7da7b4
CUB: split RANGE histogram bin selection transforms
brycelelbach 586f684
[cub] Address histogram privatization review feedback
brycelelbach c81eee3
[cub] Normalize histogram tuning names
brycelelbach 798e0f8
[cub] Raise static histogram SMEM tier to 512 bins
brycelelbach a474901
[cub] Address histogram CodeRabbit review
brycelelbach c2e3931
[cub] Align histogram policy and simplify accumulation
brycelelbach 915d124
[cub] Address histogram review feedback
brycelelbach 322db8b
[cub] Simplify privatized histogram storage selection
brycelelbach 5adb7bc
[cub] Clarify histogram dispatch comment
brycelelbach f552d68
[cub] Align histogram work stealing policy name
brycelelbach 990bd4d
[cub] Remove histogram memory preference
brycelelbach 2b84b74
[cub] Simplify histogram kernel configuration
brycelelbach 37847da
[cub] Structure histogram tuning by kernel tier
brycelelbach 7f558ef
[cub] Preserve SM90 histogram PDL selection
brycelelbach 889b37b
[cub] Honor histogram memory preference in dynamic SMEM
brycelelbach a36b77d
[cub] Restore histogram memory preference tuning
brycelelbach dfb169f
[cub] Make histogram tier thresholds tunable
brycelelbach f37c8da
[cub] Use typed histogram privatization modes
brycelelbach 30c4511
[cub] Address histogram privatization review feedback
brycelelbach d00fc4d
[cub] Use privatization mode tags consistently
brycelelbach 88f7ecc
[cub] Simplify histogram tuning policy selection
brycelelbach ab40452
[cub] Collapse histogram tuning into one policy
brycelelbach 47c719c
[cub] Remove the default legacy histogram policy chain
brycelelbach 3cb975e
Revert "[cub] Remove the default legacy histogram policy chain"
brycelelbach b152967
Revert "[cub] Collapse histogram tuning into one policy"
brycelelbach 8707bff
[cub] Simplify histogram runtime tuning policy
brycelelbach 0050588
[cub] Follow established histogram tuning conventions
brycelelbach 4aa7bad
[cub] Address histogram policy review
brycelelbach 896b53b
[cub] Align histogram changes with current trunk
brycelelbach da06dec
[cub] Restore tuned static histogram limits
brycelelbach a20fb20
[cub] Address histogram review feedback
brycelelbach b4699d6
[cub] Preserve current multi-channel histogram tuning
brycelelbach 260abea
[cub] Preserve legacy histogram policy capacity
brycelelbach af286f0
[cub] Clarify histogram autotuning policy
brycelelbach 0e65260
Use dynamic SMEM for multi-channel EVEN histograms
brycelelbach 39bd606
Address histogram review naming and policy feedback
brycelelbach 03e1895
[cub] Enable cached RANGE search for tuned GMEM cases
brycelelbach 47e8690
[cub] Respect device dynamic SMEM capacity
brycelelbach e59377e
[cub] Add an SM120 histogram SMEM budget
brycelelbach 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
Some comments aren't visible on the classic Files Changed page.
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
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.