cuStreamGetPriority: Query the priority of a given stream

Description Usage Arguments Value References See Also

Description

Query the priority of a stream created using cuStreamCreate or cuStreamCreateWithPriority and return the priority in priority. Note that if the stream was created with a priority outside the numerical range returned by cuCtxGetStreamPriorityRange, this function returns the clamped priority. See cuStreamCreateWithPriority for details about priority clamping.

Usage

1

Arguments

hStream

Handle to the stream to be queried

Value

priority

References

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

See Also

cuStreamDestroy cuStreamCreate cuStreamCreateWithPriority cuCtxGetStreamPriorityRange cuStreamGetFlags


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