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
Annotate internal functions with __device__ instead of __global__
Calling a function annotated with `__global__` can be done from the
GPU (see https://stackoverflow.com/a/39448797), but requires a
different calling convention.
0 commit comments