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

Method is_deepcompile_active

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

Source from the content-addressed store, hash-verified

5552 return self._config.compile_config.deepcompile
5553
5554 def is_deepcompile_active(self) -> bool:
5555 return getattr(self, "_deepcompile_active", False)
5556
5557 @property
5558 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