DPU Host API  2025.1.0
dpu_set_t Struct Reference

A set of DPU devices. More...

#include <dpu_types.h>

Data Fields

dpu_set_kind_t kind
 
union {
   struct {
      uint32_t   nr_ranks
 
      struct dpu_rank_t **   ranks
 
   }   list
 
   struct dpu_t *   dpu
 
}; 
 

Detailed Description

A set of DPU devices.

Field Documentation

◆ @3

union { ... }

Specific context depending on the DPU set kind.

◆ dpu

struct dpu_t* dpu

Structure when the DPU set is composed of one DPU.

◆ kind

DPU device type for the DPU set.

◆ list

struct { ... } list

Structure when the DPU set is composed of ranks.

◆ nr_ranks

uint32_t nr_ranks

Number of ranks in the DPU set.

◆ ranks

struct dpu_rank_t** ranks

Ranks in the DPU set.


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