Type Alias ncclConfig_t

Source
pub type ncclConfig_t = ncclConfig_v22700;

Aliased Type§

#[repr(C)]
pub struct ncclConfig_t {
Show 15 fields pub size: usize, pub magic: u32, pub version: u32, pub blocking: i32, pub cgaClusterSize: i32, pub minCTAs: i32, pub maxCTAs: i32, pub netName: *const i8, pub splitShare: i32, pub trafficClass: i32, pub commName: *const i8, pub collnetEnable: i32, pub CTAPolicy: i32, pub shrinkShare: i32, pub nvlsCTAs: i32,
}

Fields§

§size: usize§magic: u32§version: u32§blocking: i32§cgaClusterSize: i32§minCTAs: i32§maxCTAs: i32§netName: *const i8§splitShare: i32§trafficClass: i32§commName: *const i8§collnetEnable: i32§CTAPolicy: i32§shrinkShare: i32§nvlsCTAs: i32

Trait Implementations§

Source§

impl ExternType for ncclConfig_t

SAFETY: bindings Trivial because this is POD struct

Source§

type Id = (n, c, c, l, C, o, n, f, i, g, __, t)

A type-level representation of the type’s C++ namespace and type name. Read more
Source§

type Kind = Trivial