Rate this Page
โ˜… โ˜… โ˜… โ˜… โ˜…

StreamContext#

class torch.xpu.StreamContext(stream)[source]#

Context-manager that selects a given stream.

All XPU kernels queued within its context will be enqueued on a selected stream.

Parameters

Stream (Stream) โ€“ selected stream. This manager is a no-op if itโ€™s None.

Note

Streams are per-device.