DynamicSharedAllocBuilder

Trait DynamicSharedAllocBuilder 

Source
pub trait DynamicSharedAllocBuilder {
    // Required method
    fn smem_alloc(&self) -> DynamicSharedAlloc;
}
Expand description

This trait is implemented for kernel config struct to provide dynamic shared memory allocation.

Required Methods§

Implementors§

Source§

impl<Config: SafeGpuConfig> DynamicSharedAllocBuilder for Config

Available on non-crate feature codegen_tests only.