pub enum RewriteSurface {
CarriedPrime,
DecodeEager,
DecodeBatch,
DecodeGraph,
MtpSpec,
Glm5Spec,
Pipeline,
}Variants§
CarriedPrime
DecodeEager
DecodeBatch
DecodeGraph
MtpSpec
Glm5Spec
glm5_next T-parallel speculative loop (embedded MLA-mixer MTP draft + one-walk
verify over the HyperConnections trunk). A DISTINCT program from MtpSpec — the
two manifests’ operation tables are disjoint on the mixer/residual classes, so no
plan is ever eligible for both.
Pipeline
Implementations§
Trait Implementations§
Source§impl Clone for RewriteSurface
impl Clone for RewriteSurface
Source§fn clone(&self) -> RewriteSurface
fn clone(&self) -> RewriteSurface
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 moreimpl Copy for RewriteSurface
Source§impl Debug for RewriteSurface
impl Debug for RewriteSurface
impl Eq for RewriteSurface
Source§impl Ord for RewriteSurface
impl Ord for RewriteSurface
Source§fn cmp(&self, other: &RewriteSurface) -> Ordering
fn cmp(&self, other: &RewriteSurface) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for RewriteSurface
impl PartialEq for RewriteSurface
Source§impl PartialOrd for RewriteSurface
impl PartialOrd for RewriteSurface
impl StructuralPartialEq for RewriteSurface
Auto Trait Implementations§
impl Freeze for RewriteSurface
impl RefUnwindSafe for RewriteSurface
impl Send for RewriteSurface
impl Sync for RewriteSurface
impl Unpin for RewriteSurface
impl UnsafeUnpin for RewriteSurface
impl UnwindSafe for RewriteSurface
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