pub struct PtxJit<T> { /* private fields */ }
Trait Implementations§
source§impl<'a, T: Sync + RustToCuda> CudaKernelParameter for &'a PtxJit<DeepPerThreadBorrow<T>>
impl<'a, T: Sync + RustToCuda> CudaKernelParameter for &'a PtxJit<DeepPerThreadBorrow<T>>
§type AsyncHostType<'stream, 'b> = <&'a DeepPerThreadBorrow<T> as CudaKernelParameter>::AsyncHostType<'stream, 'b>
where
Self: 'b
type AsyncHostType<'stream, 'b> = <&'a DeepPerThreadBorrow<T> as CudaKernelParameter>::AsyncHostType<'stream, 'b> where Self: 'b
Available on crate feature
host
only.§type DeviceType<'b> = <&'a DeepPerThreadBorrow<T> as CudaKernelParameter>::DeviceType<'b>
where
Self: 'b
type DeviceType<'b> = <&'a DeepPerThreadBorrow<T> as CudaKernelParameter>::DeviceType<'b> where Self: 'b
Available on crate feature
device
only.§type SyncHostType = <&'a DeepPerThreadBorrow<T> as CudaKernelParameter>::SyncHostType
type SyncHostType = <&'a DeepPerThreadBorrow<T> as CudaKernelParameter>::SyncHostType
Available on crate feature
host
only.source§fn with_new_async<'stream, 'b, O, E: From<CudaError>>(
param: Self::SyncHostType,
stream: Stream<'stream>,
inner: impl FnOnce(Self::AsyncHostType<'stream, 'b>) -> Result<O, E>,
) -> Result<O, E>where
Self: 'b,
fn with_new_async<'stream, 'b, O, E: From<CudaError>>(
param: Self::SyncHostType,
stream: Stream<'stream>,
inner: impl FnOnce(Self::AsyncHostType<'stream, 'b>) -> Result<O, E>,
) -> Result<O, E>where
Self: 'b,
Available on crate feature
host
only.source§impl<'a, T: Sync + StackOnly + PortableBitSemantics + TypeGraphLayout> CudaKernelParameter for &'a PtxJit<PerThreadShallowCopy<T>>
impl<'a, T: Sync + StackOnly + PortableBitSemantics + TypeGraphLayout> CudaKernelParameter for &'a PtxJit<PerThreadShallowCopy<T>>
§type AsyncHostType<'stream, 'b> = <&'a PerThreadShallowCopy<T> as CudaKernelParameter>::AsyncHostType<'stream, 'b>
where
Self: 'b
type AsyncHostType<'stream, 'b> = <&'a PerThreadShallowCopy<T> as CudaKernelParameter>::AsyncHostType<'stream, 'b> where Self: 'b
Available on crate feature
host
only.§type DeviceType<'b> = <&'a PerThreadShallowCopy<T> as CudaKernelParameter>::DeviceType<'b>
where
Self: 'b
type DeviceType<'b> = <&'a PerThreadShallowCopy<T> as CudaKernelParameter>::DeviceType<'b> where Self: 'b
Available on crate feature
device
only.§type SyncHostType = <&'a PerThreadShallowCopy<T> as CudaKernelParameter>::SyncHostType
type SyncHostType = <&'a PerThreadShallowCopy<T> as CudaKernelParameter>::SyncHostType
Available on crate feature
host
only.source§fn with_new_async<'stream, 'b, O, E: From<CudaError>>(
param: Self::SyncHostType,
stream: Stream<'stream>,
inner: impl FnOnce(Self::AsyncHostType<'stream, 'b>) -> Result<O, E>,
) -> Result<O, E>where
Self: 'b,
fn with_new_async<'stream, 'b, O, E: From<CudaError>>(
param: Self::SyncHostType,
stream: Stream<'stream>,
inner: impl FnOnce(Self::AsyncHostType<'stream, 'b>) -> Result<O, E>,
) -> Result<O, E>where
Self: 'b,
Available on crate feature
host
only.source§impl<'a, T: Sync + RustToCuda + SafeMutableAliasing> CudaKernelParameter for &'a mut PtxJit<DeepPerThreadBorrow<T>>
impl<'a, T: Sync + RustToCuda + SafeMutableAliasing> CudaKernelParameter for &'a mut PtxJit<DeepPerThreadBorrow<T>>
§type AsyncHostType<'stream, 'b> = <&'a mut DeepPerThreadBorrow<T> as CudaKernelParameter>::AsyncHostType<'stream, 'b>
where
Self: 'b
type AsyncHostType<'stream, 'b> = <&'a mut DeepPerThreadBorrow<T> as CudaKernelParameter>::AsyncHostType<'stream, 'b> where Self: 'b
Available on crate feature
host
only.§type DeviceType<'b> = <&'a mut DeepPerThreadBorrow<T> as CudaKernelParameter>::DeviceType<'b>
where
Self: 'b
type DeviceType<'b> = <&'a mut DeepPerThreadBorrow<T> as CudaKernelParameter>::DeviceType<'b> where Self: 'b
Available on crate feature
device
only.§type SyncHostType = <&'a mut DeepPerThreadBorrow<T> as CudaKernelParameter>::SyncHostType
type SyncHostType = <&'a mut DeepPerThreadBorrow<T> as CudaKernelParameter>::SyncHostType
Available on crate feature
host
only.source§fn with_new_async<'stream, 'b, O, E: From<CudaError>>(
param: Self::SyncHostType,
stream: Stream<'stream>,
inner: impl FnOnce(Self::AsyncHostType<'stream, 'b>) -> Result<O, E>,
) -> Result<O, E>where
Self: 'b,
fn with_new_async<'stream, 'b, O, E: From<CudaError>>(
param: Self::SyncHostType,
stream: Stream<'stream>,
inner: impl FnOnce(Self::AsyncHostType<'stream, 'b>) -> Result<O, E>,
) -> Result<O, E>where
Self: 'b,
Available on crate feature
host
only.source§impl<T: Send + Clone + RustToCuda<CudaRepresentation: StackOnly, CudaAllocation: EmptyCudaAlloc>> CudaKernelParameter for PtxJit<DeepPerThreadBorrow<T>>
impl<T: Send + Clone + RustToCuda<CudaRepresentation: StackOnly, CudaAllocation: EmptyCudaAlloc>> CudaKernelParameter for PtxJit<DeepPerThreadBorrow<T>>
§type AsyncHostType<'stream, 'b> = <DeepPerThreadBorrow<T> as CudaKernelParameter>::AsyncHostType<'stream, 'b>
where
Self: 'b
type AsyncHostType<'stream, 'b> = <DeepPerThreadBorrow<T> as CudaKernelParameter>::AsyncHostType<'stream, 'b> where Self: 'b
Available on crate feature
host
only.§type DeviceType<'b> = <DeepPerThreadBorrow<T> as CudaKernelParameter>::DeviceType<'b>
where
Self: 'b
type DeviceType<'b> = <DeepPerThreadBorrow<T> as CudaKernelParameter>::DeviceType<'b> where Self: 'b
Available on crate feature
device
only.§type SyncHostType = <DeepPerThreadBorrow<T> as CudaKernelParameter>::SyncHostType
type SyncHostType = <DeepPerThreadBorrow<T> as CudaKernelParameter>::SyncHostType
Available on crate feature
host
only.source§fn with_new_async<'stream, 'b, O, E: From<CudaError>>(
param: Self::SyncHostType,
stream: Stream<'stream>,
inner: impl FnOnce(Self::AsyncHostType<'stream, 'b>) -> Result<O, E>,
) -> Result<O, E>where
Self: 'b,
fn with_new_async<'stream, 'b, O, E: From<CudaError>>(
param: Self::SyncHostType,
stream: Stream<'stream>,
inner: impl FnOnce(Self::AsyncHostType<'stream, 'b>) -> Result<O, E>,
) -> Result<O, E>where
Self: 'b,
Available on crate feature
host
only.Auto Trait Implementations§
impl<T> Freeze for PtxJit<T>
impl<T> PortableBitSemantics for PtxJit<T>
impl<T> RefUnwindSafe for PtxJit<T>where
T: RefUnwindSafe,
impl<T> Send for PtxJit<T>where
T: Send,
impl<T> StackOnly for PtxJit<T>
impl<T> Sync for PtxJit<T>where
T: Sync,
impl<T> Unpin for PtxJit<T>where
T: Unpin,
impl<T> UnwindSafe for PtxJit<T>where
T: UnwindSafe,
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> ExtractDiscriminant for T
impl<T> ExtractDiscriminant for T
§type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
The type of the discriminant, which must satisfy the trait bounds
required by
core::mem::Discriminant
. Read more