Intel Releases GPGMM v0.1 GPU Memory Management Library
Intel has published v0.1 of its GPGMM software, the open-source General-Purpose GPU Memory Management Library. This library is intended to be used by modern software employing the Vulkan or D3D12 APIs for helping application developers deal with low-level video memory management.
As GPGMM has only been brought up on Phoronix a few times in the past, here's a refresher on how Intel describes this open-source library:
Intel makes GPGMM available via an Apache 2.0 software license.
The GPGMM design doc covers more details on this memory management library for vRAM.
With yesterday's GPGMM v0.1 release, there are various new API features including some breaking changes. There is also improved error and debug messages, performing warnings for D3D12, compilation fixes, testing enhancements, and other changes for improving this general-purpose GPU memory management library.
Application/game developers interested in learning more about Intel's GPGMM project can find it on GitHub.
As GPGMM has only been brought up on Phoronix a few times in the past, here's a refresher on how Intel describes this open-source library:
"GPGMM is a General-Purpose GPU Memory Management C++ library used by GPU applications/runtimes that use modern graphics and compute APIs (D3D12 or Vulkan) that allow low-level memory management. GPGMM is a fast, multi-threaded, full-fledged GPU Memory Manager (GMM) implementation that replaces what older graphics and compute APIs (D3D11 or OpenGL) had accomplished through the GPU driver."
Intel makes GPGMM available via an Apache 2.0 software license.
The GPGMM design doc covers more details on this memory management library for vRAM.
With yesterday's GPGMM v0.1 release, there are various new API features including some breaking changes. There is also improved error and debug messages, performing warnings for D3D12, compilation fixes, testing enhancements, and other changes for improving this general-purpose GPU memory management library.
Application/game developers interested in learning more about Intel's GPGMM project can find it on GitHub.
1 Comment