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

Attach CUSPARSE docstrings to bare methods, not empty functions. #331

Merged
merged 1 commit into from
Jul 28, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jul 28, 2020

Fixes #322, #256

@maleadt maleadt added cuda array Stuff about CuArray. bugfix This gets something working again. labels Jul 28, 2020
@codecov
Copy link

codecov bot commented Jul 28, 2020

Codecov Report

Merging #331 into master will increase coverage by 0.14%.
The diff coverage is 91.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #331      +/-   ##
==========================================
+ Coverage   79.29%   79.43%   +0.14%     
==========================================
  Files         155      156       +1     
  Lines        8902     8915      +13     
==========================================
+ Hits         7059     7082      +23     
+ Misses       1843     1833      -10     
Impacted Files Coverage Δ
lib/curand/random.jl 93.44% <ø> (+4.43%) ⬆️
lib/cusolver/wrappers.jl 90.28% <ø> (ø)
lib/cusparse/wrappers.jl 82.70% <ø> (+2.20%) ⬆️
src/CUDA.jl 100.00% <ø> (ø)
src/gpuarrays.jl 41.66% <ø> (-6.34%) ⬇️
src/random.jl 80.64% <80.64%> (ø)
lib/curand/CURAND.jl 100.00% <100.00%> (ø)
test/random.jl 100.00% <100.00%> (ø)
... and 2 more

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 c808f66...3d94c0a. Read the comment docs.

@maleadt maleadt merged commit a4acbec into master Jul 28, 2020
@maleadt maleadt deleted the tb/cusparse branch July 28, 2020 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This gets something working again. cuda array Stuff about CuArray.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CUSPARSE is broken in CUDA.jl 1.2
1 participant