Skip to content

Add memory location information in AbstractArray #1803

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

Merged
merged 7 commits into from
Nov 29, 2024

Conversation

grospelliergilles
Copy link
Member

  • Add enumeration eHostDeviceMemoryLocation to specify the physical location of a memory area.
  • Move eMemoryRessource from Arcane to Arrcore.
  • Add IMemoryAllocator::memoryRessource() to return the memory resource associated to an allocator.

@grospelliergilles grospelliergilles added enhancement New feature or request arccore Arccore component refactoring Code refactoring and cleanup labels Nov 28, 2024
@grospelliergilles grospelliergilles self-assigned this Nov 28, 2024
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

Attention: Patch coverage is 94.54545% with 3 lines in your changes missing coverage. Please review.

Project coverage is 70.26%. Comparing base (e4783dd) to head (960ee6e).
Report is 8 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...llections/arccore/collections/CollectionsGlobal.cc 92.85% 2 Missing ⚠️
...collections/arccore/collections/IMemoryAllocator.h 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1803   +/-   ##
=======================================
  Coverage   70.26%   70.26%           
=======================================
  Files        2260     2261    +1     
  Lines      162386   162440   +54     
  Branches    18705    18705           
=======================================
+ Hits       114094   114145   +51     
  Misses      41520    41520           
- Partials     6772     6775    +3     

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

@grospelliergilles grospelliergilles merged commit 60c401f into main Nov 29, 2024
31 checks passed
@grospelliergilles grospelliergilles deleted the dev/gg-add-memory-location-info-in-array branch December 2, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arccore Arccore 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