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

Simplify library wrappers by introducing a CUDA Ref #414

Merged
merged 19 commits into from
Sep 8, 2020
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Sep 7, 2020

No description provided.

@maleadt maleadt added the cuda libraries Stuff about CUDA library wrappers. label Sep 7, 2020
@maleadt maleadt force-pushed the tb/cublas branch 2 times, most recently from 4a7aa93 to 2d753b2 Compare September 7, 2020 15:37
@codecov
Copy link

codecov bot commented Sep 7, 2020

Codecov Report

Merging #414 into master will increase coverage by 0.05%.
The diff coverage is 96.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #414      +/-   ##
==========================================
+ Coverage   78.78%   78.83%   +0.05%     
==========================================
  Files         166      170       +4     
  Lines        8787     8823      +36     
==========================================
+ Hits         6923     6956      +33     
- Misses       1864     1867       +3     
Impacted Files Coverage Δ
lib/cudnn/conv.jl 68.29% <0.00%> (ø)
lib/cusparse/level2.jl 84.52% <ø> (ø)
lib/cusparse/level3.jl 77.31% <ø> (ø)
test/cublas.jl 91.66% <ø> (ø)
test/runtests.jl 50.00% <ø> (ø)
lib/cudnn/batchnorm.jl 38.29% <66.66%> (ø)
src/pointer.jl 75.38% <75.00%> (-2.67%) ⬇️
lib/cublas/wrappers.jl 91.28% <86.66%> (-0.65%) ⬇️
test/cutensor/elementwise_trinary.jl 96.92% <96.92%> (ø)
lib/cublas/CUBLAS.jl 82.97% <100.00%> (ø)
... and 23 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 e9beb5e...7b62c35. Read the comment docs.

@maleadt maleadt force-pushed the tb/cublas branch 5 times, most recently from 100ed9f to 01ae7e2 Compare September 8, 2020 13:32
@maleadt maleadt force-pushed the tb/cublas branch 2 times, most recently from 32d331e to 51c2ea4 Compare September 8, 2020 14:26
@maleadt maleadt merged commit 4281b1b into master Sep 8, 2020
@maleadt maleadt deleted the tb/cublas branch September 8, 2020 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda libraries Stuff about CUDA library wrappers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant