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

Retry curandGenerateSeeds when OOM. #436

Merged
merged 1 commit into from
Sep 21, 2020
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Sep 21, 2020

Closes #212.

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

codecov bot commented Sep 21, 2020

Codecov Report

Merging #436 into master will decrease coverage by 0.00%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #436      +/-   ##
==========================================
- Coverage   79.55%   79.55%   -0.01%     
==========================================
  Files         170      170              
  Lines        9157     9160       +3     
==========================================
+ Hits         7285     7287       +2     
- Misses       1872     1873       +1     
Impacted Files Coverage Δ
lib/curand/random.jl 92.30% <75.00%> (-1.25%) ⬇️

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...a09095a. Read the comment docs.

@maleadt maleadt merged commit fcde879 into master Sep 21, 2020
@maleadt maleadt deleted the tb/retry_curandGenerateSeeds branch September 21, 2020 15:29
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.

CURAND_STATUS_PREEXISTING_FAILURE when setting seed multiple times.
1 participant