DeviceArrayViewNETFormat Methods |
The DeviceArrayViewNETFormat generic type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyToHost | Enqueue a copy of the view data to a host buffer on the given stream/queue. Non-blocking. | |
| DevicePointer | Get the device pointer to the view data. No synchronization is performed. | |
| Dispose | ||
| Shape | Get the shape of the view as a list of dimension extents | |
| Strides | Get the strides of the view in element count | |
| StridesInBytes | Get the strides of the view in bytes | |
| ToArray1D | Copy the view data to host as a 1D array, enqueued on the given stream/queue and synchronized before returning. | |
| ToArray2D | Copy the view data to host as a 2D array, enqueued on the given stream/queue and synchronized before returning. |