MCPcopy Create free account
hub / github.com/alibaba/BladeDISC / configure_compiler_platform_alibaba

Function configure_compiler_platform_alibaba

scripts/python/common_setup.py:589–592  ·  view source on GitHub ↗
(root, args)

Source from the content-addressed store, hash-verified

587
588
589def configure_compiler_platform_alibaba(root, args):
590 m = try_import_from_platform_alibaba("common_setup_internal")
591 if not m: return
592 m.configure_compiler(root, args)
593
594def build_tao_compiler_add_flags_platform_alibaba(root, args, flag):
595 m = try_import_from_platform_alibaba("common_setup_internal", root)

Callers 1

configure_compilerFunction · 0.90

Calls 1

Tested by

no test coverage detected