MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / create_graph

Method create_graph

accelerator/hpu_accelerator.py:195–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

193
194 # Graph operations
195 def create_graph(self):
196 return self.hpu.HPUGraph()
197
198 def capture_to_graph(self, graph, pool=None, stream=None):
199 return self.hpu.graph(graph, stream=stream)

Callers 8

_create_cuda_graphMethod · 0.45
_create_cuda_graphMethod · 0.45
_create_cuda_graphMethod · 0.45
_create_cuda_graphMethod · 0.45
graph_processFunction · 0.45
_generate_graphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected