Skip to content

Commit 0a2f5ec

Browse files
Use GCC 16.1.0 and 42 runs
1 parent 8a78771 commit 0a2f5ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
benchmark:
1212
runs-on: cern-nextgen-mi300x
13-
container: registry.cern.ch/ngt-wp1.7/wp1.7-slc9-builder@sha256:e2bbb089480bb39d51ae8c360ef7f9543c3de733fb831bab2c28ab2317ad7317
13+
container: registry.cern.ch/ngt-wp1.7/wp1.7-slc9-builder@sha256:e8d7bb29bc65ccb732c465450e8a62eceecf1e765b73826fd59f26eb7e944a0a
1414
env:
1515
WORK_DIR: /cvmfs/alice.cern.ch
1616
ALIBUILD_ARCH_PREFIX: el9-x86_64/Packages
@@ -65,7 +65,7 @@ jobs:
6565
module load ninja/fortran-v1.11.1.g9-15 Vc/1.4.5-10 boost/v1.83.0-alice2-57 fmt/11.1.2-14 CMake/v3.31.6-10 ms_gsl/4.2.1-3 Clang/v20.1.7-9 TBB/v2022.3.0-3 ROOT/v6-36-04-alice9-15 ONNXRuntime/v1.22.0-71 GLFW/3.3.2-25
6666
export PATH=/opt/gcc/bin:$PATH && export LD_LIBRARY_PATH=/opt/gcc/lib64:/opt/gcc/lib:$LD_LIBRARY_PATH
6767
cd ${STANDALONE_DIR}
68-
${TIMING_CA} --runs 12 --PROCdebugCSV /root/${BENCHMARK_CSV}
68+
${TIMING_CA} --runs 42 --PROCdebugCSV /root/${BENCHMARK_CSV}
6969
python3 ${GITHUB_WORKSPACE}/.github/scripts/profiler_standalone.py --discard 2 --input /root/${BENCHMARK_CSV} --output /root/summary_${BENCHMARK_CSV}
7070
7171
- name: Upload Artifact

0 commit comments

Comments
 (0)