-
Notifications
You must be signed in to change notification settings - Fork 681
[INTEL HPU] support only one release package of PaddleCustomDevice #5910
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
[INTEL HPU] support only one release package of PaddleCustomDevice #5910
Conversation
|
Thanks for your contribution! |
|
this patch also needs PaddlePaddle/PaddleCustomDevice#2325 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5910 +/- ##
==========================================
Coverage ? 66.59%
==========================================
Files ? 347
Lines ? 44467
Branches ? 6835
==========================================
Hits ? 29612
Misses ? 12669
Partials ? 2186
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@LeoZhao-Intel @yanfeich @JianyuLi01 @feiwan1 @fmiao2372 could you help to give a review? |
LeoZhao-Intel
left a comment
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.
LGTM
|
|
||
| from fastdeploy.import_ops import import_custom_ops | ||
|
|
||
| # PACKAGE = "fastdeploy.model_executor.ops.intel_hpu" |
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.
不需要的注释部分辛苦也删掉吧
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.
已经更新,多谢review
Signed-off-by: Luo, Focus <[email protected]>
166511c to
e51b7cf
Compare
Motivation
Modifications
based on PR PaddlePaddle/PaddleCustomDevice#2325
this PR will let fastdepoly on Intel HPU will only depend on one package of paddle_custom_device (paddlenlp_ops will not need)
Usage or Command
Accuracy Tests
No change to Accuracy
Checklist
[FDConfig],[APIServer],[Engine],[Scheduler],[PD Disaggregation],[Executor],[Graph Optimization],[Speculative Decoding],[RL],[Models],[Quantization],[Loader],[OP],[KVCache],[DataProcessor],[BugFix],[Docs],[CI],[Optimization],[Feature],[Benchmark],[Others],[XPU],[HPU],[GCU],[DCU],[Iluvatar],[Metax]]pre-commitbefore commit.releasebranch, make sure the PR has been submitted to thedevelopbranch, then cherry-pick it to thereleasebranch with the[Cherry-Pick]PR tag.