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

Function acl_root_dir

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

Source from the content-addressed store, hash-verified

259 return os.path.join(mkldnn_build_dir(root), "intel")
260
261def acl_root_dir(root):
262 return os.path.join(mkldnn_build_dir(root), 'acl', 'ComputeLibrary')
263
264def extra_acl_patch_dir(root):
265 if root is None:

Callers 1

config_mkldnnFunction · 0.70

Calls 1

mkldnn_build_dirFunction · 0.70

Tested by

no test coverage detected