pub enum CudaEGraphKernelPass {
RowScan,
ChildEdgeScan,
EclassGroupScan,
StructuralSignaturePairScan,
}Expand description
E-graph kernel pass represented in CUDA launch planning.
Variants§
RowScan
Per-row canonicalization or op/arity scanning.
ChildEdgeScan
Per-child-edge traversal over the flat child e-class column.
EclassGroupScan
Per-e-class grouped-row processing.
StructuralSignaturePairScan
Per-candidate structural-signature row-pair comparison.
Trait Implementations§
Source§impl Clone for CudaEGraphKernelPass
impl Clone for CudaEGraphKernelPass
Source§fn clone(&self) -> CudaEGraphKernelPass
fn clone(&self) -> CudaEGraphKernelPass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CudaEGraphKernelPass
impl Debug for CudaEGraphKernelPass
Source§impl PartialEq for CudaEGraphKernelPass
impl PartialEq for CudaEGraphKernelPass
Source§fn eq(&self, other: &CudaEGraphKernelPass) -> bool
fn eq(&self, other: &CudaEGraphKernelPass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CudaEGraphKernelPass
impl Eq for CudaEGraphKernelPass
impl StructuralPartialEq for CudaEGraphKernelPass
Auto Trait Implementations§
impl Freeze for CudaEGraphKernelPass
impl RefUnwindSafe for CudaEGraphKernelPass
impl Send for CudaEGraphKernelPass
impl Sync for CudaEGraphKernelPass
impl Unpin for CudaEGraphKernelPass
impl UnsafeUnpin for CudaEGraphKernelPass
impl UnwindSafe for CudaEGraphKernelPass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.