![]() |
DPU Host API
2025.1.0
|
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 | |
| }; | |
A set of DPU devices.
| union { ... } |
Specific context depending on the DPU set kind.
| struct dpu_t* dpu |
Structure when the DPU set is composed of one DPU.
| dpu_set_kind_t kind |
DPU device type for the DPU set.
| struct { ... } list |
Structure when the DPU set is composed of ranks.
| uint32_t nr_ranks |
Number of ranks in the DPU set.
| struct dpu_rank_t** ranks |
Ranks in the DPU set.