-
Notifications
You must be signed in to change notification settings - Fork 115
Partition Set Algorithm Balanced Path #2318
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
Merged
Merged
Changes from 44 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
0f1cb92
move scan helpers, reorganize, add comments
danhoeflinger 670d85d
Add endline EOF
danhoeflinger 61afae8
typo
danhoeflinger e6eca97
move to existing header
danhoeflinger a3e871c
abstract bounds on searching
danhoeflinger 28ab243
dealing with end bounds
danhoeflinger 0e884b3
update and improve sycl traits and tests
danhoeflinger a14ff74
compiling
danhoeflinger d22a0a6
bugfixes (passing)
danhoeflinger 7cd2986
avoid recalculation of base diags
danhoeflinger cf0d209
revert hardcoding reduce then scan
danhoeflinger d0d0b55
shrink partitioning by factor of 2
danhoeflinger a22d5a1
clang format
danhoeflinger 0be9a86
Revert "shrink partitioning by factor of 2"
danhoeflinger 4702187
remove extra space
danhoeflinger ce74847
removing unused alias
danhoeflinger 688be46
removing unused variables
danhoeflinger 90d9927
formatting
danhoeflinger 678c9e1
minor improvements
danhoeflinger 0b66512
fix balanced path unit test
danhoeflinger e9c0a74
offer both partitioning and no partitioning with 1 kernel
danhoeflinger 0bb1843
address some feedback
danhoeflinger 0df2c61
remove stale TODO
danhoeflinger 5ac22c9
move trailing type to explicit type
danhoeflinger d1b5513
weighting size of element
danhoeflinger 4328208
Revert "weighting size of element"
danhoeflinger 9191560
improving workgroup size helper
danhoeflinger 193902a
shrink type for subgroup size
danhoeflinger ad27258
adding clarifying comment
danhoeflinger b804d9b
formatting fixes
danhoeflinger a86075f
extra space
danhoeflinger e1fdb87
adding clarifying comment
danhoeflinger d9f8319
revert workgroup size change
danhoeflinger ab3dbe7
better revert of workgroup size changes
danhoeflinger 2cc4052
rename range for clarity
danhoeflinger 77101bb
adding sycl device copyable submitter specialization
danhoeflinger 1fb82a0
auto -> explicit types, branchless sign bit set
danhoeflinger 9f4cf0f
adding numeric include
danhoeflinger ab17a5b
adding some comments
danhoeflinger 3b4eed1
returning mistakenly removed comma
danhoeflinger 031d995
fixing branchless negation
danhoeflinger b86cf8a
add in wrappers for broken submitter device copyable
danhoeflinger fa3b933
fix possible underflow
danhoeflinger 3e3e9b8
better handling of signed types
danhoeflinger e8b977e
remove todo
danhoeflinger e2e785f
using fully qualified name
danhoeflinger 0378d17
remove braces
danhoeflinger ed89965
Merge branch 'main' into dev/dhoeflin/partition_set_algs
SergeyKopienko 8d3964e
adding const ref for const ranges
danhoeflinger 1faa714
formatting
danhoeflinger 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
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.