-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
if problem size N is larger than threadblock size N, different threadblocks need to communicate with each other, that is why it is not supported. you need to do splitN to relax this restriction just like what is discussed in the 2nd half of https://www.nvidia.com/en-us/on-demand/session/gtcspring22-s41606/ @lb1244206405 |
Beta Was this translation helpful? Give feedback.
if problem size N is larger than threadblock size N, different threadblocks need to communicate with each other, that is why it is not supported.
you need to do splitN to relax this restriction just like what is discussed in the 2nd half of https://www.nvidia.com/en-us/on-demand/session/gtcspring22-s41606/ @lb1244206405