File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# MLCommons Automation Scripts
22
3- * Last updated: 2026-04-24 00:55:14 *
3+ * Last updated: 2026-04-24 01:01:02 *
44
55This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations.
66
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ alias: get-amdclang
22uid : fd0e87bcc1bc45cc
33automation_alias : script
44automation_uid : 5b4e0237da074764
5-
6- # Metadata
75name : Detect amdclang compiler from ROCm
86category : Compiler automation
97tags :
1311- c-compiler
1412- cpp-compiler
1513- f-compiler
16-
17- # Cache
1814cache : true
1915clean_files : []
20-
21- # Environment
2216new_env_keys :
2317- MLC_AMDCLANG_*
2418- MLC_C_COMPILER_*
@@ -27,24 +21,34 @@ new_env_keys:
2721- MLC_COMPILER_*
2822- MLC_LINKER_*
2923- +PATH
30-
31- # Dependencies
3224deps :
3325- tags : get,rocm
34-
26+ names :
27+ - get-rocm
3528post_deps :
3629- tags : get,compiler-flags
37-
38- # Variations
3930variations :
4031 path.#:
4132 env :
4233 MLC_AMDCLANG_DIR_PATH : ' #'
43-
44- # Output / debugging
34+ src :
35+ env :
36+ MLC_ROCM_BUILD_FROM_SRC : ' yes'
37+ adr :
38+ get-rocm :
39+ tags : _src
40+ with-runtimes :
41+ default : true
42+ group : runtimes
43+ adr :
44+ get-rocm :
45+ tags : _with-runtimes
46+ no-runtimes :
47+ group : runtimes
48+ adr :
49+ get-rocm :
50+ tags : _no-runtimes
4551sort : 500
46-
47- # Tests
4852tests :
4953 run_inputs :
5054 - variations_list : []
Original file line number Diff line number Diff line change @@ -2,32 +2,42 @@ alias: get-rocm
22uid : 23a69f9477cb4dab
33automation_alias : script
44automation_uid : 5b4e0237da074764
5-
6- # Metadata
75category : AI/ML frameworks
86tags :
97- get
108- rocm
119- get-rocm
12-
13- # Cache
1410cache : true
1511clean_files : []
16-
17- # Environment
1812new_env_keys :
1913- MLC_ROMLC_*
2014- +PATH
21-
22- # Dependencies
2315prehook_deps :
2416- enable_if_env :
2517 MLC_REQUIRE_INSTALL :
2618 - ' yes'
2719 reuse_version : true
2820 tags : install,rocm
29-
30- # Tests
21+ names :
22+ - install-rocm
3123tests :
3224 run_inputs :
3325 - variations_list : []
26+ variations :
27+ src :
28+ env :
29+ MLC_ROCM_BUILD_FROM_SRC : ' yes'
30+ adr :
31+ install-rocm :
32+ tags : _src
33+ with-runtimes :
34+ default : true
35+ group : runtimes
36+ adr :
37+ install-rocm :
38+ tags : _with-runtimes
39+ no-runtimes :
40+ group : runtimes
41+ adr :
42+ install-rocm :
43+ tags : _no-runtimes
You can’t perform that action at this time.
0 commit comments