Number of concurrent blocks on jetson nano

Hi,

I just wanted to check something, as far as I understand it, the jetson nano developer kit has 1 SM and can therefore only launch 8 simultaneous blocks of 128 threads each.

Would anyone be able to confirm this statement ?

Thanks.

Hi,
Not quite sure about the query. Do you mean running 128 threads in single processes on CPU? Or 128 CUDA kernels on GPU?

I mean in terms of the gpu

Hi,
You are right. Jetson Nano has 128 GPU cores for parallel computing.

Perfect, thanks!