[−][src]Trait accel::memory::Allocatable
Allocatable memories with CUDA context
Allocatable memories with CUDA context
unsafe fn uninitialized(ctx: &Context, shape: Self::Shape) -> Self
fn from_elem(ctx: &Context, shape: Self::Shape, elem: Self::Elem) -> Self
fn zeros(ctx: &Context, shape: Self::Shape) -> Self
impl<T: Scalar> Allocatable for DeviceMemory<T>
[src]impl<T: Scalar> Allocatable for PageLockedMemory<T>
[src]impl<T: Scalar, Dim: Dimension> Allocatable for Array<T, Dim>
[src]type Shape = Dim
unsafe fn uninitialized(context: &Context, dim: Dim) -> Self
[src]