CuArray

sub-region on CuPtr!T

Constructors

this
this(CuPtr!T storage)
this
this(CuPtr!T storage, size_t offset)
this
this(RefCounted!(CuPtr!T) storage, size_t offset)
this
this(T[] host)
this
this(size_t n)

create uninitialized T.sizeof * n array in device

Alias This

ptr

Members

Properties

length
length [@property getter]

Variables

ptr
CUdeviceptr ptr;
Undocumented in source.
storage
RefCounted!(CuPtr!T) storage;
Undocumented in source.

Meta