MCPcopy Create free account
hub / github.com/pytorch/pytorch / stream

Method stream

torch/_dynamo/device_interface.py:81–82  ·  view source on GitHub ↗
(stream: torch.Stream)

Source from the content-addressed store, hash-verified

79
80 @staticmethod
81 def stream(stream: torch.Stream):
82 raise NotImplementedError()
83
84 @staticmethod
85 def current_stream():

Callers 15

to_mapFunction · 0.80
_refillMethod · 0.80
_refillMethod · 0.80
_unshardFunction · 0.80
_post_backward_hookFunction · 0.80
_reduce_gradFunction · 0.80
use_streamFunction · 0.80
cudagraphify_implFunction · 0.80
_workerFunction · 0.80

Calls

no outgoing calls