array_view::synchronize_to – metoda
Synchronizuje všechny změny provedené pro tento pohled array_view pro zadaný 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);
Parametry
_Accl_view
Cílové zobrazení accelerator_view pro synchronizaci._Access_type
Požadovaný access_type v cílovém accelerator_view.Tento parametr má výchozí hodnotu access_type_read.
Požadavky
Hlavička: amp.h
Obor názvů: souběžnost