Skip to content

Commit f745495

Browse files
committed
Added no-runtimes variation for get,amdclang
1 parent bab3a1b commit f745495

3 files changed

Lines changed: 40 additions & 26 deletions

File tree

script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MLCommons Automation Scripts
22

3-
*Last updated: 2026-04-24 00:55:14*
3+
*Last updated: 2026-04-24 01:01:02*
44

55
This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations.
66

script/get-amdclang/meta.yaml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ alias: get-amdclang
22
uid: fd0e87bcc1bc45cc
33
automation_alias: script
44
automation_uid: 5b4e0237da074764
5-
6-
# Metadata
75
name: Detect amdclang compiler from ROCm
86
category: Compiler automation
97
tags:
@@ -13,12 +11,8 @@ tags:
1311
- c-compiler
1412
- cpp-compiler
1513
- f-compiler
16-
17-
# Cache
1814
cache: true
1915
clean_files: []
20-
21-
# Environment
2216
new_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
3224
deps:
3325
- tags: get,rocm
34-
26+
names:
27+
- get-rocm
3528
post_deps:
3629
- tags: get,compiler-flags
37-
38-
# Variations
3930
variations:
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
4551
sort: 500
46-
47-
# Tests
4852
tests:
4953
run_inputs:
5054
- variations_list: []

script/get-rocm/meta.yaml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,42 @@ alias: get-rocm
22
uid: 23a69f9477cb4dab
33
automation_alias: script
44
automation_uid: 5b4e0237da074764
5-
6-
# Metadata
75
category: AI/ML frameworks
86
tags:
97
- get
108
- rocm
119
- get-rocm
12-
13-
# Cache
1410
cache: true
1511
clean_files: []
16-
17-
# Environment
1812
new_env_keys:
1913
- MLC_ROMLC_*
2014
- +PATH
21-
22-
# Dependencies
2315
prehook_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
3123
tests:
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

0 commit comments

Comments
 (0)