Skip to main content

Mojo struct

ncclDataType_t

struct ncclDataType_t

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable

comptime members

ncclBfloat16

comptime ncclBfloat16 = ncclDataType_t(9)

ncclFloat16

comptime ncclFloat16 = ncclDataType_t(6)

ncclFloat32

comptime ncclFloat32 = ncclDataType_t(7)

Methods

__init__

__init__(value: Int) -> Self

Was this page helpful?