Struct rcudnn_sys::cudaFuncAttributes
source · #[repr(C)]pub struct cudaFuncAttributes {
pub sharedSizeBytes: usize,
pub constSizeBytes: usize,
pub localSizeBytes: usize,
pub maxThreadsPerBlock: c_int,
pub numRegs: c_int,
pub ptxVersion: c_int,
pub binaryVersion: c_int,
pub cacheModeCA: c_int,
pub maxDynamicSharedSizeBytes: c_int,
pub preferredShmemCarveout: c_int,
}
Fields§
§constSizeBytes: usize
§localSizeBytes: usize
§maxThreadsPerBlock: c_int
§numRegs: c_int
§ptxVersion: c_int
§binaryVersion: c_int
§cacheModeCA: c_int
§preferredShmemCarveout: c_int
Trait Implementations§
source§impl Clone for cudaFuncAttributes
impl Clone for cudaFuncAttributes
source§fn clone(&self) -> cudaFuncAttributes
fn clone(&self) -> cudaFuncAttributes
Returns a copy of the value. Read more
1.0.0 · 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 cudaFuncAttributes
impl Debug for cudaFuncAttributes
impl Copy for cudaFuncAttributes
Auto Trait Implementations§
impl RefUnwindSafe for cudaFuncAttributes
impl Send for cudaFuncAttributes
impl Sync for cudaFuncAttributes
impl Unpin for cudaFuncAttributes
impl UnwindSafe for cudaFuncAttributes
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