-
Couldn't load subscription status.
- Fork 14
[Kernel benchmark] enable ipex path for reshape and cache #41
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
base: main
Are you sure you want to change the base?
[Kernel benchmark] enable ipex path for reshape and cache #41
Conversation
4738963 to
e29841b
Compare
Signed-off-by: diwei sun <[email protected]>
e29841b to
cfe8f7a
Compare
|
BKC to run: python benchmark/benchmark_reshape_and_cache.py OR: Results: Before:
After:
|
|
cc @zufangzhu |
|
if use |
| @@ -1,411 +1,82 @@ | |||
| # SPDX-License-Identifier: Apache-2.0 | |||
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.
I copied this file from vllm, I think torch.compile version is worthy to keep.
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.
fixed
Signed-off-by: diwei sun <[email protected]>
cfe8f7a to
ccd7f37
Compare
I followed Wenjun's PR to prepare the configuration, where the model-specific settings are appended directly to the default configuration. This approach is currently pending further discussion. |
Signed-off-by: diwei sun <[email protected]>
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS ABOVE HAVE BEEN CONSIDERED.
Purpose
Test Plan
Test Result
(Optional) Documentation Update
BEFORE SUBMITTING, PLEASE READ https://docs.vllm.ai/en/latest/contributing (anything written below this line will be removed by GitHub Actions)