intel / GPGMM

GPGMM, a General-Purpose GPU Memory Management Library.
Apache License 2.0
32 stars 7 forks source link

Eliminate heap alloc in DedicatedMemoryAllocator::TryAllocateMemory. #941

Closed bbernhar closed 1 year ago

bbernhar commented 1 year ago

Extra heap alloc also prevents dedicated allocations from getting sub-allocated because only one tracking block can be used at a time.