cuStreamCreateWithPriority: Create a stream with the given priority

Description Usage Arguments Value References See Also

Description

Creates a stream with the specified priority and returns a handle in phStream. This API alters the scheduler priority of work in the stream. Work in a higher priority stream may preempt work already executing in a low priority stream.

Usage

1
cuStreamCreateWithPriority(flags, priority)

Arguments

flags

Flags for stream creation. See cuStreamCreate for a list of

priority

Stream priority. Lower numbers represent higher priorities.

Value

phStream

References

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

See Also

cuStreamDestroy cuStreamCreate cuStreamGetPriority cuCtxGetStreamPriorityRange cuStreamGetFlags cuStreamWaitEvent cuStreamQuery cuStreamSynchronize cuStreamAddCallback


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