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

Introduce StridedCuArray #435

Merged
merged 3 commits into from
Sep 22, 2020
Merged

Introduce StridedCuArray #435

merged 3 commits into from
Sep 22, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Sep 21, 2020

Fixes #432

@maleadt maleadt added the cuda array Stuff about CuArray. label Sep 21, 2020
@codecov
Copy link

codecov bot commented Sep 21, 2020

Codecov Report

Merging #435 into master will increase coverage by 0.07%.
The diff coverage is 85.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #435      +/-   ##
==========================================
+ Coverage   79.55%   79.63%   +0.07%     
==========================================
  Files         170      170              
  Lines        9157     9148       -9     
==========================================
  Hits         7285     7285              
+ Misses       1872     1863       -9     
Impacted Files Coverage Δ
src/array.jl 91.32% <ø> (ø)
src/subarray.jl 82.60% <0.00%> (-3.76%) ⬇️
lib/cublas/wrappers.jl 92.27% <78.57%> (+1.30%) ⬆️
lib/cublas/linalg.jl 95.58% <100.00%> (ø)
test/cublas.jl 88.81% <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 e5fba9b...07f184d. Read the comment docs.

@maleadt maleadt merged commit f31cbe2 into master Sep 22, 2020
@maleadt maleadt deleted the tb/strided_cuarray branch September 22, 2020 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda array Stuff about CuArray.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Further unification of CUBLAS.axpy! and LinearAlgebra.BLAS.axpy!
1 participant