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

Method is_deepcompile_active

deepspeed/runtime/engine.py:5701–5702  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5699 return self._config.compile_config.deepcompile
5700
5701 def is_deepcompile_active(self) -> bool:
5702 return getattr(self, "_deepcompile_active", False)
5703
5704 @property
5705 def is_compiled(self) -> bool:

Callers 6

destroyMethod · 0.95
forwardMethod · 0.95
allreduce_gradientsMethod · 0.95
_backward_prologueMethod · 0.95
_backward_epilogueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected