pub struct CudaLowering { /* private fields */ }Expand description
CUDA code generator.
Implementations§
Source§impl CudaLowering
impl CudaLowering
Sourcepub fn new(config: CudaLoweringConfig) -> Self
pub fn new(config: CudaLoweringConfig) -> Self
Create a new CUDA lowering pass.
Auto Trait Implementations§
impl Freeze for CudaLowering
impl RefUnwindSafe for CudaLowering
impl Send for CudaLowering
impl Sync for CudaLowering
impl Unpin for CudaLowering
impl UnwindSafe for CudaLowering
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more