Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Asynchronně synchronizuje všechny změny provedené pro tento pohled array_view pro zadaný accelerator_view.
concurrency::completion_future synchronize_to_async(
const accelerator_view& _Accl_view,
access_type _Access_type = access_type_read
) const restrict(cpu);
concurrency::completion_future synchronize_to_async(
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.
Vrácená hodnota
Objekt future, na který se má čekat na dokončení operace.
Požadavky
Hlavička: amp.h
Obor názvů: souběžnost