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

Function extra_acl_patch_dir

scripts/python/common_setup.py:264–267  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

262 return os.path.join(mkldnn_build_dir(root), 'acl', 'ComputeLibrary')
263
264def extra_acl_patch_dir(root):
265 if root is None:
266 root = get_source_root_dir()
267 return os.path.join(root, "third_party", "bazel", "acl")
268
269def config_mkldnn(root, args):
270 build_dir = mkldnn_build_dir(root)

Callers 1

config_mkldnnFunction · 0.70

Calls 1

get_source_root_dirFunction · 0.70

Tested by

no test coverage detected