-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Memory Management
Gary Miguel edited this page Oct 20, 2021
·
2 revisions
- Why we need an arena? What problem does it solve?
- How does ORT come up with a peak memory consumption?
- How does ORTModule uses pytorch allocator? See _graph_execution_manager.py
- Advanced: What's the difference between BFCArena and CUDACachingAllocator?
Please use the learning roadmap on the home wiki page for building general understanding of ORT.