Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously synchronizes any modifications made to the array_view object back to its source data.
concurrency::completion_future synchronize_async(
access_type _Access_type = access_type_read
) const restrict(cpu);
concurrency::completion_future synchronize_async() const restrict(cpu);
Parameters
- _Access_type
The intended access_type on the target accelerator_view. This parameter has a default value of access_type_read.
Return Value
A future upon which to wait for the operation to complete.
Requirements
Header: amp.h
Namespace: Concurrency