Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gpuカーネルを一定時間停止したいのですが、見つかった機能はassert().
assert()
タイマーまたはイベントを使用して GPU が停止する時間を制御したいのですが、方法がわかりません。
ありがとう。
clock()またはを使用clock64()してビジー サイクルを生成できます。回答はこちらを参照してください: CUDA カーネルの usleep() と同等ですか?
clock()
clock64()