-
Notifications
You must be signed in to change notification settings - Fork 12
Initialize Cutlass-SYCL support #6
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 all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b46c6b0
initialize Cutlass support
airMeng 866ab6c
remove the experimental launch headers
airMeng 20d35e0
add bindings
airMeng 25c7bd5
enable ut
airMeng 6bd00d7
align the interface
airMeng d5a32ec
fix device lost
airMeng 77d3545
fix lint
airMeng 31f6fa9
backup
airMeng 5388444
fix unused page
airMeng 2863442
enable test
airMeng b8a6074
small fix
airMeng 6ad98d8
fix lint
airMeng 1550a6a
small fix
airMeng 9dba4ff
Merge branch 'main' into cutlass_attntion
airMeng f5c2c89
small typo
airMeng a05d6ce
spirv build flags
airMeng 8b0d167
fix different queue
airMeng c394772
Update chunked_prefill.cpp piplinestage=2
sunjiweiswift 0079b6e
revert spirv flags; update cutlass
airMeng 8a3ddea
remove syclcompat dependency
airMeng 67a20fe
enable causal
airMeng 53850dc
update cutlass commit
airMeng 884200b
remove the useless wait
airMeng 6433273
delete kv_new and cur_kv_new
airMeng f183b23
move check into Utils.h
airMeng cdf10ed
enable FA on PVC
airMeng 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
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.
what extra functionality we are trying to provide ?
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.
current kernel implementation are align between vllm and sglang requests, so there will be some changes on the sglang side.”