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

Provide CUBLAS with a pool-backed workspace. #443

Merged
merged 1 commit into from
Sep 24, 2020
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Sep 24, 2020

Fixes #365.

@maleadt maleadt added the cuda libraries Stuff about CUDA library wrappers. label Sep 24, 2020
@codecov
Copy link

codecov bot commented Sep 24, 2020

Codecov Report

Merging #443 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #443      +/-   ##
==========================================
- Coverage   79.06%   79.06%   -0.01%     
==========================================
  Files         170      170              
  Lines        9275     9279       +4     
==========================================
+ Hits         7333     7336       +3     
- Misses       1942     1943       +1     
Impacted Files Coverage Δ
lib/cublas/CUBLAS.jl 80.30% <100.00%> (+1.27%) ⬆️
lib/nvml/device.jl 81.53% <0.00%> (-1.54%) ⬇️

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 ccccc9a...457eda6. Read the comment docs.

@maleadt maleadt merged commit a14344b into master Sep 24, 2020
@maleadt maleadt deleted the tb/cublas_workspace branch September 24, 2020 16:02
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.

CUDA 11.0 Update 1: cublasSetWorkspace
1 participant