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

Use CUDA APIs for unoptimized copies. #1265

Merged
merged 1 commit into from
Dec 10, 2021
Merged

Use CUDA APIs for unoptimized copies. #1265

merged 1 commit into from
Dec 10, 2021

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Dec 9, 2021

Fixes #1263

@maleadt maleadt added enhancement New feature or request cuda array Stuff about CuArray. labels Dec 9, 2021
@codecov
Copy link

codecov bot commented Dec 9, 2021

Codecov Report

Merging #1265 (00b6476) into master (4f6dfbd) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1265   +/-   ##
=======================================
  Coverage   78.68%   78.68%           
=======================================
  Files         119      119           
  Lines        8626     8626           
=======================================
  Hits         6787     6787           
  Misses       1839     1839           
Impacted Files Coverage Δ
src/array.jl 91.15% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f6dfbd...00b6476. Read the comment docs.

@maleadt maleadt merged commit 6a2a296 into master Dec 10, 2021
@maleadt maleadt deleted the tb/unified_copyto branch December 10, 2021 06:52
simonbyrne pushed a commit to simonbyrne/CUDA.jl that referenced this pull request Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda array Stuff about CuArray. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get back unsafe_copyto!methods for unified<-unified and unified<->device
1 participant