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

Add support to use a MemoryPool for CUDA allocators #1685

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

grospelliergilles
Copy link
Member

It is not active by default.
It can be activated for UVM when setting environment variable ARCANE_CUDA_MALLOCMANAGED_POOL to 1.

… allocateurs CUDA.

Ce n'est pas actif par défaut. Il est possible de l'activer pour la
mémoire managée en positionnant la variable d'environnement
ARCANE_CUDA_MALLOCMANAGED_POOL à 1.
@grospelliergilles grospelliergilles added enhancement New feature or request arcane Arcane Component refactoring Code refactoring and cleanup arcane:accelerator Arcane Accelerator API/Runtime labels Oct 13, 2024
@grospelliergilles grospelliergilles self-assigned this Oct 13, 2024
Copy link

codecov bot commented Oct 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.12%. Comparing base (38f1cc6) to head (7b76c51).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1685   +/-   ##
=======================================
  Coverage   70.12%   70.12%           
=======================================
  Files        2252     2252           
  Lines      160542   160540    -2     
  Branches    18536    18535    -1     
=======================================
+ Hits       112577   112579    +2     
+ Misses      41248    41243    -5     
- Partials     6717     6718    +1     

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

@grospelliergilles grospelliergilles merged commit 5f40f2c into main Oct 13, 2024
29 checks passed
@grospelliergilles grospelliergilles deleted the dev/gg-add-memory-pool-for-cuda branch October 16, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcane:accelerator Arcane Accelerator API/Runtime arcane Arcane Component enhancement New feature or request refactoring Code refactoring and cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant