Skip to main content

NcclReduceSupported

Trait NcclReduceSupported 

Source
pub trait NcclReduceSupported: CudaDtype { }
Expand description

Capability marker — type may be an NCCL collective-op element.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NcclReduceSupported for f32

Source§

impl NcclReduceSupported for f64

Source§

impl NcclReduceSupported for i8

Source§

impl NcclReduceSupported for i32

Source§

impl NcclReduceSupported for i64

Source§

impl NcclReduceSupported for u8

Source§

impl NcclReduceSupported for u32

Source§

impl NcclReduceSupported for u64

Implementors§