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

Method is_deepcompile_enabled

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

Source from the content-addressed store, hash-verified

5549 register_compile_pass(pass_name, pass_fn, contract)
5550
5551 def is_deepcompile_enabled(self) -> bool:
5552 return self._config.compile_config.deepcompile
5553
5554 def is_deepcompile_active(self) -> bool:
5555 return getattr(self, "_deepcompile_active", False)

Callers 2

forwardMethod · 0.95
compileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected