Expand description
Macros to run some Cuda operations in context.
Functionsยง
- run_
in_ context - Run cuda code (which should be run in sync + cuda context pinned) in asynchronous context.
- run_
in_ context_ sync - Run cuda code (which should be run in sync + cuda context pinned).