0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CUDA > Link > スレッドとブロックの数による処理時間

0
Last updated at Posted at 2016-09-10

CUDA 7.5のサンプルコード関連で調べているうちに以下を見つけた。

1つのマルチプロセッサ(SM)で同時に扱えるスレッド数には制限がある。

SMのスレッド制限数の情報は未消化。

それを探しているうちに以下を見つけた。
http://www.gdep.jp/column/view/3

手元にあるカーネルをいろいろなブロック数、スレッド数の組み合わせで100回ずつ実行した結果の平均を下に示しました。

ブロック数とスレッド数による時間がどういう感じがつかめる。

Fermiがどうたらというのは今後もっと分かってから追及することにする。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?