Module macros

Module macros 

Source
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).