![]()
With a block argument of the form (Bx,By,Bz), changes the CUDA focus to that block. Omitted parameters (i.e., Bz) are unchanged.dcuda thread [(Tx,Ty,Tz)]
![]()
With a thread argument of the form (Tx,Ty,Tz), changes the CUDA focus to that thread. Omitted parameters (i.e., Ty and Tz, or just Tz) are unchanged.dcuda device [<n>]dcuda sm [<n>]dcuda warp [<n>]dcuda lane [<n>]dcuda focus (Bx,By, Bz),(Tx,Ty,Tz)Changes the focus via CUDA logical coordinates of the form <<<(Bx,By,Bz),(Tx,Ty,Tz)>>>.
Writes out the focus thread, as in dcuda kernel.
Rogue Wave Software, Inc. |
Voice: (303) 473-9118 |
support@roguewave.com |