struct xpum_vgpu_config_t
Overview
#include <xpum_structs.h> struct xpum_vgpu_config_t { // fields uint32_t numVfs; uint64_t lmemPerVf; };
Detailed Documentation
Fields
uint32_t numVfs
Number of vGPU to be create.
uint64_t lmemPerVf
Local memory per vGPU (in bytes), if set to 0 then apply the configuration file to allocate local memory for vGPUs.