-
Notifications
You must be signed in to change notification settings - Fork 195
IntelGPU: add device support for widedeep models #244
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: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #244 +/- ##
==========================================
- Coverage 94.87% 94.86% -0.02%
==========================================
Files 126 126
Lines 8277 8280 +3
==========================================
+ Hits 7853 7855 +2
- Misses 424 425 +1
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:
|
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.
The only test that fails is code style, which is fine
Happy to merge and thanks for opening the PR!
Thanks for opening the PR! (I don't have much time to maintain this these days, but I will be back!) The tests that fail are only style ones, so all cool, is fine. please, feel free to merge! |
Before you merge make sure you re-base or merge the new master (I will eventually re-name it to main :) ) into your branch. I have updated the unit tests to function with torch 2.6 or later. Otherwise you will experience merge conflicts |
tests are failing once I updated to support newer versions of torch, if you wanted to merge we would need to fix those. I will have a look asap |
To evaluate the accuracy and performance on xpu devices, this PR aims to add device support for wide&deep models.