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

Lazy initialization of CUDNN and CUTENSOR #890

Merged
merged 3 commits into from May 6, 2021
Merged

Lazy initialization of CUDNN and CUTENSOR #890

merged 3 commits into from May 6, 2021

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented May 6, 2021

Prevents eagerly downloading this artifacts if a user doesn't require them.

@maleadt maleadt added the cuda libraries Stuff about CUDA library wrappers. label May 6, 2021
@codecov
Copy link

codecov bot commented May 6, 2021

Codecov Report

Merging #890 (396555d) into master (0bc8fc8) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #890   +/-   ##
=======================================
  Coverage   77.29%   77.30%           
=======================================
  Files         121      121           
  Lines        7563     7552   -11     
=======================================
- Hits         5846     5838    -8     
+ Misses       1717     1714    -3     
Impacted Files Coverage Δ
src/initialization.jl 81.13% <ø> (-1.13%) ⬇️
lib/cudnn/CUDNN.jl 45.71% <0.00%> (+1.26%) ⬆️
lib/cudnn/error.jl 33.33% <0.00%> (+2.56%) ⬆️

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 0bc8fc8...396555d. Read the comment docs.

@maleadt maleadt merged commit bdf3ad2 into master May 6, 2021
@maleadt maleadt deleted the tb/lazy_libs branch May 6, 2021 11:03
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.

None yet

1 participant