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.
Synchronizes any modifications made to the array_view object back to its source data.
void synchronize(
access_type _Access_type = access_type_read
) const restrict(cpu);
void synchronize() 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.
Requirements
Header: amp.h
Namespace: Concurrency