-
Notifications
You must be signed in to change notification settings - Fork 115
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] Add support for device to device copies between CuArrays #1265
[Bindless][Exp] Add support for device to device copies between CuArrays #1265
Conversation
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 #1265 +/- ##
==========================================
- 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. |
0942022
to
ae481ab
Compare
7748492
to
a4a78a0
Compare
ba3ab17
to
2ae14b1
Compare
2ae14b1
to
fff3045
Compare
fff3045
to
28df2c2
Compare
28df2c2
to
aa04d5d
Compare
aa04d5d
to
a46b6c0
Compare
a46b6c0
to
4a93adc
Compare
a282c4c
to
72ab43d
Compare
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.
Sorry for just noticing this now, but can the title and description of this PR be updated to remove mention of the mem handle?
This PR doesn't touch any mem handles, and any comments about it don't belong in this project but rather in intel/llvm. This PR is strictly about implementing D2D copies.
72ab43d
to
5d9b46b
Compare
bea263c
to
f894c7f
Compare
* support device to device copies between CUarrays * fix random failure by sync on stream when dispatching copies * add support for image arrays and cubemaps copies
cc3b814
to
f9fb116
Compare
This PR:
Cuarray
scorresponding PR in intel/llvm#12449