GVM User Suite
User tools for the GVM open source project.
Data Fields
GpuConfig Struct Reference

Structure to handle GPU Configurations. More...

#include <configs.h>

Collaboration diagram for GpuConfig:
Collaboration graph
[legend]

Data Fields

struct Gpugpus
 List of gpus. More...
 
size_t gpu_size
 How many gpus are in the list of gpus. More...
 
struct MDevRequestrequests
 List of requested mdevs. More...
 
size_t mdev_size
 How many requested mdevs are in the list of mdevs. More...
 

Detailed Description

Structure to handle GPU Configurations.

This structure works on implementing the GPU configurations necessary to generate the Mediated GPUs.

Definition at line 34 of file configs.h.

Field Documentation

◆ gpu_size

size_t GpuConfig::gpu_size

How many gpus are in the list of gpus.

Definition at line 36 of file configs.h.

◆ gpus

struct Gpu* GpuConfig::gpus

List of gpus.

Definition at line 35 of file configs.h.

◆ mdev_size

size_t GpuConfig::mdev_size

How many requested mdevs are in the list of mdevs.

Definition at line 38 of file configs.h.

◆ requests

struct MDevRequest* GpuConfig::requests

List of requested mdevs.

Definition at line 37 of file configs.h.


The documentation for this struct was generated from the following file: