array_view::synchronize_to メソッド
この 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
名前空間: concurrency