-
Notifications
You must be signed in to change notification settings - Fork 125
[Cmd-Buf][L0] Fix Coverity unsigned comparison report #1461
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
Conversation
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1461 +/- ##
==========================================
- Coverage 14.82% 12.43% -2.40%
==========================================
Files 250 241 -9
Lines 36220 36242 +22
Branches 4094 4111 +17
==========================================
- Hits 5369 4506 -863
- Misses 30800 31732 +932
+ Partials 51 4 -47 ☔ View full report in Codecov by Sentry. |
f47b0a9
to
2d7bea4
Compare
2d7bea4
to
48d87ff
Compare
Fixes Coverity defect report from L0 command-buffer update code merged in oneapi-src#1353 ``` This greater-than-or-equal-to-zero comparison of an unsigned value is always true. "CommandDesc->newWorkDim >= 0U". ```
48d87ff
to
edc1821
Compare
Bumps commit to UR PR oneapi-src/unified-runtime#1461
Bumps commit to UR PR oneapi-src/unified-runtime#1461
[Cmd-Buf][L0] Fix Coverity unsigned comparison report
Bumps commit to UR PR oneapi-src/unified-runtime#1461
Fixes Coverity defect report from L0 command-buffer update code merged in #1353
DPC++ PR intel/llvm#13075