同步所有将此 array_view 改为指定的 accelerator_view 所做的修改。
void synchronize_to(
const accelerator_view& _Accl_view,
access_type _Access_type = access_type_read
) const restrict(cpu);
void synchronize_to(
const accelerator_view& _Accl_view
) const restrict(cpu);
参数
_Accl_view
同步的目标 accelerator_view。_Access_type
目标 accelerator_view 上所需的 access_type。 该参数的默认值是 access_type_read。
要求
**标头:**amp.h
**命名空间:**并发