Skip to content

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

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: #
    • _for-intel-mlperf-inference-v3.1-bert
      • ENV variables:
        • CM_LLVM_CONDA_ENV: yes
    • _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: ``
    • _full-history
    • _runtimes.#
      • ENV variables:
        • CM_LLVM_ENABLE_RUNTIMES: #
    • _sha.#
      • ENV variables:
        • CM_GIT_CHECKOUT_SHA: #
    • _tag.#
      • ENV variables:
        • CM_GIT_CHECKOUT_TAG: #
  • Group "build-type"

    Click here to expand this section.

    • _debug
      • ENV variables:
        • CM_LLVM_BUILD_TYPE: debug
    • _release (default)
      • ENV variables:
        • CM_LLVM_BUILD_TYPE: release
  • Group "clang"

    Click here to expand this section.

    • _clang (default)
      • ENV variables:
        • CM_LLVM_ENABLE_PROJECTS: clang
  • Group "repo"

    Click here to expand this section.

    • _repo.#
      • ENV variables:
        • CM_GIT_URL: #
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