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

Method is_deepcompile_enabled

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

Source from the content-addressed store, hash-verified

5696 register_compile_pass(pass_name, pass_fn, contract)
5697
5698 def is_deepcompile_enabled(self) -> bool:
5699 return self._config.compile_config.deepcompile
5700
5701 def is_deepcompile_active(self) -> bool:
5702 return getattr(self, "_deepcompile_active", False)

Callers 3

_do_sanity_checkMethod · 0.95
forwardMethod · 0.95
compileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected