[SYCL] Optimize Q4_0 mul_mat for Arc770, add scripts#22291
Merged
ggerganov merged 8 commits intoggml-org:masterfrom Apr 25, 2026
Merged
[SYCL] Optimize Q4_0 mul_mat for Arc770, add scripts#22291ggerganov merged 8 commits intoggml-org:masterfrom
ggerganov merged 8 commits intoggml-org:masterfrom
Conversation
qnixsynapse
reviewed
Apr 24, 2026
| set "ZES_ENABLE_SYSMAN=1" | ||
| %BIN_FILE% -m "%MODEL_FILE%" -no-cnv -p "%INPUT_PROMPT%" -n 200 -e -ngl %NGL% -s %SEED% -c %CONTEXT% %GPUS_SETTING% -lv %LOG_VERBOSE% --mmap | ||
|
|
||
| endlocal No newline at end of file |
Collaborator
There was a problem hiding this comment.
Probably needs to add a newline here for EditorConfig test to pass.
qnixsynapse
reviewed
Apr 24, 2026
| set "ZES_ENABLE_SYSMAN=1" | ||
| %BIN_FILE% -m "%MODEL_FILE%" -ngl %NGL% -s %SEED% -c %CONTEXT% %GPUS_SETTING% -lv %LOG_VERBOSE% --mmap --host 0.0.0.0 --port 8000 | ||
|
|
||
| endlocal No newline at end of file |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This method only works for Arc 770/750 on Q4_0.
It can't help for other GPU or data types.
Add sycl_hw class to identify the Intel GPU type, arch info. It can help optimize for special Intel GPU model.
Add test scripts for linux and windows to make the test easily.
Update the SYCL.md.