-
Notifications
You must be signed in to change notification settings - Fork 363
add multi-item scoring #1015
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
add multi-item scoring #1015
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
4bc79e6
add multi-item scoring
arde171 70bd358
fix precommit errors
arde171 1f79f0d
Merge pull request #1 from arde171/arde/mis
arde171 46fbae2
Merge branch 'flashinfer-ai:main' into main
arde171 3e8f974
fix clang
arde171 059fffc
fix unit test
arde171 3f76f38
update
arde171 6164dfe
additional params
arde171 8084962
fix
arde171 b15dafd
fixt
arde171 b3c5deb
fix
arde171 53de0e7
fix
arde171 a134677
fix
arde171 f0a4458
fix
arde171 6ea1d2a
fix
arde171 f0ee31d
fix
arde171 4ef78e5
fix
arde171 6c2f25e
fix
arde171 485e2bb
revert
arde171 68d87bd
fix
arde171 c959fcf
revert
arde171 32b8ea8
fix pybind
arde171 7e1d7a2
fix
arde171 c348fda
revert
arde171 33ff636
revert
arde171 5fbb4b2
incorporate review comments
arde171 0858050
Merge branch 'main' into main
arde171 bf2c2f3
typo
arde171 6225af8
fix
arde171 a1535a6
Merge remote-tracking branch 'origin/main' into arde171/main
yzh119 079c7fe
upd
yzh119 b917c64
else branch should be protected by constexpr
yzh119 e77eca5
upd
yzh119 24bfece
bugfix
yzh119 cef3255
fix conflicts with fp8 hopper
yzh119 4c19a0c
fix fp8
yzh119 b256c8f
bugfix
yzh119 f4629f4
bugfix
yzh119 06e11dd
fix decode
yzh119 e929fc4
remove lineinfo to fix binary size overflow
arde171 398b7a0
remove 3 from aot mask mode
yzh119 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
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.
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.
Thanks for doing this, yes we have to add it.