Skip to main content

HipCmmaExt

Trait HipCmmaExt 

Source
pub trait HipCmmaExt: ContextExt {
    // Provided methods
    fn hip_cmma(&self) -> HipCmmaCompiler { ... }
    fn set_hip_cmma(&mut self, value: HipCmmaCompiler) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl HipCmmaExt for Context

Implementors§