array_view::synchronize_to_async メソッド

この array_view に行われた変更を指定された 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);

パラメーター

  • _Accl_view
    同期ターゲットの accelerator_view。

  • _Access_type
    ターゲットの accelerator_view の必要な access_type。 このパラメーターには access_type_read の既定値があります。

戻り値

操作の完了を待機する予定。

必要条件

ヘッダー: amp.h

名前空間: concurrency

参照

関連項目

array_view クラス