intel / GPGMM

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

Reuse MemoryAllocationBase upon TryAllocateMemory. #933

Closed bbernhar closed 1 year ago

bbernhar commented 1 year ago

Avoids re-creating allocations in favor of patching them during allocation.