Skip to content
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

[Bindless][exp] 1D Image copy fix #1240

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

cppchedy
Copy link
Contributor

@cppchedy cppchedy commented Jan 10, 2024

This PR fixes 1D copies that uses USM pointers.

corresponding PR in intel/llvm#12342 only for CI

@cppchedy cppchedy requested a review from a team as a code owner January 10, 2024 08:55
@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cd97e17) 15.39% compared to head (cf806c3) 15.39%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1240   +/-   ##
=======================================
  Coverage   15.39%   15.39%           
=======================================
  Files         240      240           
  Lines       34122    34122           
  Branches     3779     3779           
=======================================
+ Hits         5252     5253    +1     
+ Misses      28819    28818    -1     
  Partials       51       51           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kbenzie kbenzie added the ready to merge Added to PR's which are ready to merge label Jan 11, 2024
@cppchedy cppchedy force-pushed the chedy/fix-bi-copy-image branch 2 times, most recently from 4eb9d98 to 2ce83d7 Compare January 24, 2024 22:49
@cppchedy cppchedy force-pushed the chedy/fix-bi-copy-image branch 2 times, most recently from 6e1074b to b417e3a Compare February 1, 2024 14:23
* image handles created using memory allocated by
  `malloc_device` crashes when copied.
* identify which type of memory is copied and use
  the correct cuda API for it.
@aarongreig aarongreig merged commit c0b1f13 into oneapi-src:main Feb 5, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Added to PR's which are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants