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

On CUDA 12.2, have the memory pool enforce hard memory limits. #2040

Merged
merged 2 commits into from
Aug 17, 2023

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Aug 17, 2023

This requires switching to a custom memory pool instead of the default one.

@maleadt maleadt added the enhancement New feature or request label Aug 17, 2023
Base automatically changed from tb/wrappers to master August 17, 2023 14:47
@maleadt maleadt linked an issue Aug 17, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Patch coverage: 68.75% and project coverage change: -0.19% ⚠️

Comparison is base (ff48122) 61.08% compared to head (b75055f) 60.89%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2040      +/-   ##
==========================================
- Coverage   61.08%   60.89%   -0.19%     
==========================================
  Files         152      152              
  Lines       13297    13302       +5     
==========================================
- Hits         8122     8100      -22     
- Misses       5175     5202      +27     
Files Changed Coverage Δ
src/pool.jl 68.75% <66.66%> (-0.29%) ⬇️
lib/cudadrv/pool.jl 86.11% <100.00%> (-0.74%) ⬇️

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maleadt maleadt merged commit ac74718 into master Aug 17, 2023
@maleadt maleadt deleted the tb/pool_limit branch August 17, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to CUDA 12.2
1 participant