cuda.core.experimental.StreamOptions#

class cuda.core.experimental.StreamOptions(
nonblocking: bool = True,
priority: int | None = None,
)#

Customizable Stream options.

nonblocking#

Stream does not synchronize with the NULL stream. (Default to True)

Type:

bool, optional

priority#

Stream priority where lower number represents a higher priority. (Default to lowest priority)

Type:

int, optional