You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cu...@googlegroups.com
Hey, in kernel_launcher_impl.h:179 There is something mentioned about tokens. I do not fully understand what that inferes.
As of e.g. CUDA Runtime API v2.2 it (token) is now cudaStream_t: /usr/local/cuda/include/cuda_runtime_api.h:215 cudaConfigureCall(dim3 gridDim, dim3 blockDim, size_t sharedMem __dv(0), cudaStream_t stream __dv(0));
Regards, Patrick
Jens Breitbart
unread,
Feb 19, 2010, 5:45:50 AM2/19/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cu...@googlegroups.com
As you can see in the comment in the source file. Tokens were not documented in the early CUDA versions. What was called tokens internally in the original version are now the stream identifiers, see for example here: