Skip to content

Fix CUDA provider #810

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

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Conversation

vinser52
Copy link
Contributor

@vinser52 vinser52 commented Oct 18, 2024

Description

During the PR #807 work, I found issues in the CUDA provider implementation. This PR fixes the problems and modifies CUDA tests.

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly

@vinser52 vinser52 requested a review from bratpiorka October 18, 2024 22:01
@vinser52 vinser52 requested a review from a team as a code owner October 18, 2024 22:01
@bratpiorka bratpiorka requested a review from ldorau October 21, 2024 15:34
@ldorau
Copy link
Contributor

ldorau commented Oct 22, 2024

Code coverage drops
from:

  • 80.1% (4558 of 5689 lines)

to:

  • 79.7% (4560 of 5719 lines)

so the coverage of this PR seems to be:

  • 6.67% (2 of 30 lines)

@vinser52 is there a chance to improve that?

@vinser52
Copy link
Contributor Author

so the coverage of this PR seems to be:

  • 6.67% (2 of 30 lines)

@vinser52 is there a chance to improve that?

I have not added any additional logic. I think before this PR the coverage for CUDA provider was low. Can we improve it in a separate PR (I can try to do that)?

@lukaszstolarczuk lukaszstolarczuk merged commit b8088be into oneapi-src:main Oct 22, 2024
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants