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

Function build_mkldnn

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

Source from the content-addressed store, hash-verified

339
340@time_stage()
341def build_mkldnn(root):
342 build_dir = mkldnn_build_dir(root)
343 with cwd(build_dir):
344 execute("make -j")
345 execute("make install")
346 logger.info("Stage [build_mkldnn] success.")
347
348def is_x86():
349 import platform

Callers 2

mainFunction · 0.90
common_setup.pyFile · 0.70

Calls 3

mkldnn_build_dirFunction · 0.70
cwdFunction · 0.70
executeFunction · 0.70

Tested by

no test coverage detected