Skip to main content

WriterExpand

Enum WriterExpand 

Source
pub enum WriterExpand<Out: NumericVector> {
    Parallel(<ParallelWriter<Out> as RudaType>::ExpandType),
    Perpendicular(<PerpendicularWriter<Out> as RudaType>::ExpandType),
}

Variants§

§

Parallel(<ParallelWriter<Out> as RudaType>::ExpandType)

§

Perpendicular(<PerpendicularWriter<Out> as RudaType>::ExpandType)

Implementations§

Source§

impl<Out: NumericVector> WriterExpand<Out>

Source

pub fn __expand_write_method<P: ReducePrecision, I: ReduceInstruction<P>>( self, scope: &mut Scope, local_index: <usize as RudaType>::ExpandType, accumulator: <Accumulator<P> as RudaType>::ExpandType, inst: <I as RudaType>::ExpandType, ) -> <() as RudaType>::ExpandType

Source

pub fn __expand_commit_required_method(self, scope: &mut Scope) -> bool

Source

pub fn __expand_commit_method( self, scope: &mut Scope, ) -> <() as RudaType>::ExpandType

Source

pub fn __expand_write_count_method(self, scope: &mut Scope) -> VectorSize

Source

pub fn __expand_new<P: ReducePrecision>( scope: &mut Scope, input: <VirtualTensor<P::EI, P::SI> as RudaType>::ExpandType, output: <VirtualTensor<Out::T, Out::N, ReadWrite> as RudaType>::ExpandType, reduce_axis: <usize as RudaType>::ExpandType, out_vec_axis: <usize as RudaType>::ExpandType, write_index: <usize as RudaType>::ExpandType, vectorization_mode: VectorizationMode, acc_format: AccumulatorFormat, ) -> <Writer<Out> as RudaType>::ExpandType

Source

pub fn __expand_write<P: ReducePrecision, I: ReduceInstruction<P>>( scope: &mut Scope, this: Self, local_index: <usize as RudaType>::ExpandType, accumulator: <Accumulator<P> as RudaType>::ExpandType, inst: <I as RudaType>::ExpandType, ) -> <() as RudaType>::ExpandType

Source

pub fn __expand_commit_required(scope: &mut Scope, this: Self) -> bool

Source

pub fn __expand_commit( scope: &mut Scope, this: Self, ) -> <() as RudaType>::ExpandType

Source

pub fn __expand_write_count(scope: &mut Scope, this: Self) -> VectorSize

Trait Implementations§

Source§

impl<Out: NumericVector> Clone for WriterExpand<Out>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<Out: NumericVector> IntoMut for WriterExpand<Out>

Source§

fn into_mut(self, scope: &mut Scope) -> Self

Convert the variable into a potentially new mutable variable in scope, copying if needed.
Source§

impl<Out: NumericVector> RudaDebug for WriterExpand<Out>

Source§

fn set_debug_name(&self, scope: &mut Scope, name: &'static str)

Set the debug name of this type’s expansion. Should do nothing for types that don’t appear at runtime
Source§

impl<Out: NumericVector> RudaEnum for WriterExpand<Out>

Source§

type RuntimeValue = ()

Source§

fn discriminant(&self) -> NativeExpand<i32>

Source§

fn runtime_value(self) -> Self::RuntimeValue

Return the runtime value of this enum, if only one variant has a value. Should return () for all other cases.
Source§

fn discriminant_of(variant_name: &'static str) -> i32

Source§

fn discriminant_of_value(&self, variant_name: &'static str) -> i32

Auto Trait Implementations§

§

impl<Out> !RefUnwindSafe for WriterExpand<Out>

§

impl<Out> !Send for WriterExpand<Out>

§

impl<Out> !Sync for WriterExpand<Out>

§

impl<Out> !UnwindSafe for WriterExpand<Out>

§

impl<Out> Freeze for WriterExpand<Out>
where <ParallelWriter<Out> as RudaType>::ExpandType: Freeze, <PerpendicularWriter<Out> as RudaType>::ExpandType: Freeze,

§

impl<Out> Unpin for WriterExpand<Out>
where <ParallelWriter<Out> as RudaType>::ExpandType: Unpin, <PerpendicularWriter<Out> as RudaType>::ExpandType: Unpin,

§

impl<Out> UnsafeUnpin for WriterExpand<Out>
where <ParallelWriter<Out> as RudaType>::ExpandType: UnsafeUnpin, <PerpendicularWriter<Out> as RudaType>::ExpandType: UnsafeUnpin,

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<C> CloneExpand for C
where C: Clone,

Source§

fn __expand_clone_method(&self, _scope: &mut Scope) -> C

Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoComptime for T

Source§

fn comptime(self) -> Self

Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = !

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, !>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.