Build LLVM compiler from sources (can take >30 min)
Automatically generated README for this automation recipe: install-llvm-src
Category: Compiler automation
License: Apache 2.0
- CM meta description for this script: _cm.json
- Output cached? True
Reuse this script in your project
Install MLCommons CM automation meta-framework
Pull CM repository with this automation recipe (CM script)
cm pull repo mlcommons@cm4mlops
Print CM help from the command line
cmr "install src llvm from.src src-llvm" --help
Run this script
Run this script via CLI
cm run script --tags=install,src,llvm,from.src,src-llvm[,variations]
Run this script via CLI (alternative)
cmr "install src llvm from.src src-llvm [variations]"
Run this script from Python
import cmind
r = cmind.access({'action':'run'
'automation':'script',
'tags':'install,src,llvm,from.src,src-llvm'
'out':'con',
...
(other input keys for this script)
...
})
if r['return']>0:
print (r['error'])
Run this script via Docker (beta)
cm docker script "install src llvm from.src src-llvm[variations]"
Variations
-
No group (any combination of variations can be selected)
Click here to expand this section.
_branch.#
- ENV variables:
- CM_GIT_CHECKOUT:
#
- CM_GIT_CHECKOUT:
- ENV variables:
_for-intel-mlperf-inference-v3.1-bert
- ENV variables:
- CM_LLVM_CONDA_ENV:
yes
- CM_LLVM_CONDA_ENV:
- ENV variables:
_for-intel-mlperf-inference-v3.1-gptj
- ENV variables:
- CM_LLVM_CONDA_ENV:
yes
- CM_LLVM_16_INTEL_MLPERF_INFERENCE:
yes
- USE_CUDA:
0
- CUDA_VISIBLE_DEVICES: ``
- CM_LLVM_CONDA_ENV:
- ENV variables:
_full-history
_runtimes.#
- ENV variables:
- CM_LLVM_ENABLE_RUNTIMES:
#
- CM_LLVM_ENABLE_RUNTIMES:
- ENV variables:
_sha.#
- ENV variables:
- CM_GIT_CHECKOUT_SHA:
#
- CM_GIT_CHECKOUT_SHA:
- ENV variables:
_tag.#
- ENV variables:
- CM_GIT_CHECKOUT_TAG:
#
- CM_GIT_CHECKOUT_TAG:
- ENV variables:
-
Group "build-type"
Click here to expand this section.
_debug
- ENV variables:
- CM_LLVM_BUILD_TYPE:
debug
- CM_LLVM_BUILD_TYPE:
- ENV variables:
_release
(default)- ENV variables:
- CM_LLVM_BUILD_TYPE:
release
- CM_LLVM_BUILD_TYPE:
- ENV variables:
-
Group "clang"
Click here to expand this section.
_clang
(default)- ENV variables:
- CM_LLVM_ENABLE_PROJECTS:
clang
- CM_LLVM_ENABLE_PROJECTS:
- ENV variables:
-
Group "repo"
Click here to expand this section.
_repo.#
- ENV variables:
- CM_GIT_URL:
#
- CM_GIT_URL:
- ENV variables:
Default variations
_clang,_release
Native script being run
No run file exists for Windows
Script output
cmr "install src llvm from.src src-llvm [variations]" -j