pub struct CudaEGraphSignatureRefreshKernelResult {
pub row_count: usize,
pub launch_count: usize,
pub total_rows: u64,
}Expand description
Result produced by launching the row-signature refresh CUDA kernel.
Fields§
§row_count: usizeNumber of snapshot rows covered by the launch.
launch_count: usizeNumber of CUDA launch waves issued.
total_rows: u64Sum of logical row items covered by launches.
Trait Implementations§
Source§impl Clone for CudaEGraphSignatureRefreshKernelResult
impl Clone for CudaEGraphSignatureRefreshKernelResult
Source§fn clone(&self) -> CudaEGraphSignatureRefreshKernelResult
fn clone(&self) -> CudaEGraphSignatureRefreshKernelResult
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 PartialEq for CudaEGraphSignatureRefreshKernelResult
impl PartialEq for CudaEGraphSignatureRefreshKernelResult
Source§fn eq(&self, other: &CudaEGraphSignatureRefreshKernelResult) -> bool
fn eq(&self, other: &CudaEGraphSignatureRefreshKernelResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CudaEGraphSignatureRefreshKernelResult
impl Eq for CudaEGraphSignatureRefreshKernelResult
impl StructuralPartialEq for CudaEGraphSignatureRefreshKernelResult
Auto Trait Implementations§
impl Freeze for CudaEGraphSignatureRefreshKernelResult
impl RefUnwindSafe for CudaEGraphSignatureRefreshKernelResult
impl Send for CudaEGraphSignatureRefreshKernelResult
impl Sync for CudaEGraphSignatureRefreshKernelResult
impl Unpin for CudaEGraphSignatureRefreshKernelResult
impl UnsafeUnpin for CudaEGraphSignatureRefreshKernelResult
impl UnwindSafe for CudaEGraphSignatureRefreshKernelResult
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.