array::get_accelerator_view Method

Returns the accelerator_view object that represents the location where the array object is allocated. This property can be accessed only on the CPU.

Concurrency::accelerator_view get_accelerator_view() const;

Return Value

The accelerator_view object that represents the location where the array object is allocated.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

array Class