LoginSignup
0
0

More than 5 years have passed since last update.

CUDA > Link > SMが扱えるスレッドの上限 > (512,512,64) or (1024,1024,64: compute capability >=2.0)

Last updated at Posted at 2016-09-10

http://qiita.com/7of9/items/e42ac9fa09378c18c1d7
においてスレッドの上限について未消化だった。

以下を見つけた。
http://stackoverflow.com/questions/5062781/cuda-max-threads-in-a-block

by
answered Feb 22 '11 at 2:59
Pavan Yalamanchili
Maximum threads in X direction: 512 (1024 for compute capability >= 2.0)
Maximum threads in Y direction: 512 (1024 for compute capability >= 2.0)
Maximum threads in Z direction: 64

compute capabilityというのはyoutubeで見たGPUの世代のようなものなのだろう。

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