MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / compile

Method compile

imperative/python/megengine/xla/compile.py:835–840  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

833 return self._hlo
834
835 def compile(self) -> PmapExecutable:
836 if self._executable is None:
837 self._executable = UnloadedPmapExecutable.from_hlo(
838 self._hlo, **self.compile_args
839 )
840 return self._executable

Callers 1

build_xlaFunction · 0.95

Calls 1

from_hloMethod · 0.45

Tested by

no test coverage detected