cuCtxPushCurrent: Pushes a context on the current CPU thread

Description Usage Arguments References See Also

Description

Pushes the given context ctx onto the CPU thread's stack of current contexts. The specified context becomes the CPU thread's current context, so all CUDA functions that operate on the current context are affected.

Usage

1

Arguments

ctx

Context to push

References

http://docs.nvidia.com/cuda/cuda-driver-api/index.html

See Also

cuCtxCreate cuCtxDestroy cuCtxGetApiVersion cuCtxGetCacheConfig cuCtxGetDevice cuCtxGetLimit cuCtxPopCurrent cuCtxSetCacheConfig cuCtxSetLimit cuCtxSynchronize


duncantl/RCUDA documentation built on May 15, 2019, 5:26 p.m.