You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2022. It is now read-only.
you dont want --cuda-block-size too high, this is the number of registers available to each thread,you want it just big enough to do its work so you can put more streams in parallell
Hi,
What exactly these defaults mean?
A block has 128 threads, and the grid has 8192 such blocks (i.e. 128*8129 threads totally)?
I'm not that good at CUDA, sorry...
Regards,
Alex
The text was updated successfully, but these errors were encountered: