Skip to content

Commit 620d0cc

Browse files
committed
Fix default version lib-aocl-blis
1 parent 7bdd534 commit 620d0cc

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

script/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MLCommons Automation Scripts
22

3-
*Last updated: 2026-04-18 04:15:08*
3+
*Last updated: 2026-04-18 04:19:17*
44

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

@@ -671,6 +671,9 @@ This directory contains automation scripts for MLPerf benchmarks, AI/ML workflow
671671
- **[app-cp2k](app-cp2k/)**
672672
- app-cp2k
673673
- Tags: `app`, `cp2k`
674+
- **[app-nwchem](app-nwchem/)**
675+
- app-nwchem
676+
- Tags: `app`, `nwchem`, `hpc`
674677

675678
## MLCommons automation
676679

@@ -1162,7 +1165,7 @@ This directory contains automation scripts for MLPerf benchmarks, AI/ML workflow
11621165

11631166
## Statistics
11641167

1165-
- **Total Scripts**: 339
1168+
- **Total Scripts**: 340
11661169
- **Categories**: 33
11671170

11681171
## Usage

script/get-generic-sys-util/meta.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,15 @@ variations:
252252
brew: gflags
253253
dnf: gflags-devel
254254
yum: gflags-devel
255+
gfortran:
256+
env:
257+
MLC_SYS_UTIL_NAME: gfortran
258+
state:
259+
gfortran:
260+
apt: gfortran
261+
brew: gcc
262+
dnf: gcc-gfortran
263+
yum: gcc-gfortran
255264
gfortran-12-aarch64-linux-gnu:
256265
env:
257266
MLC_SYS_UTIL_NAME: gfortran-12-aarch64

script/get-lib-aocl-blis/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ variations:
9696
env:
9797
MLC_AOCL_BINARY_COMPILER: gcc
9898
group: binary-compiler
99-
version.5.2.0:
99+
version.5.2.2:
100100
default: true
101101
group: version
102102
env:
103-
MLC_GIT_CHECKOUT: 5.2.0
104-
MLC_AOCL_BINARY_VERSION: 5.2.0
103+
MLC_GIT_CHECKOUT: 5.2.2
104+
MLC_AOCL_BINARY_VERSION: 5.2.2
105105
MLC_AOCL_BINARY_VERSION_PATH: 5-2
106106
version.5.1.0:
107107
group: version

0 commit comments

Comments
 (0)