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
I am having difficulty understanding how the processor_ function interacts with the co_thread and how threadIdx dimensions are used. Is there a thread pool created? Where is the processor_ function called? How is thread initialized at the start in the processor_()?
I see how the blocks are iterated in the Tile.hpp but how are threadIdx iterated?
The text was updated successfully, but these errors were encountered:
I am having difficulty understanding how the processor_ function interacts with the co_thread and how threadIdx dimensions are used. Is there a thread pool created? Where is the processor_ function called? How is thread initialized at the start in the processor_()?
I see how the blocks are iterated in the Tile.hpp but how are threadIdx iterated?
The text was updated successfully, but these errors were encountered: