Help is available by moving the cursor above any
symbol or by checking MAQAO website.
| Metric | r0 | r1 | r2 | r3 | |
|---|---|---|---|---|---|
| Total Time (s) | 6.99 | 6.19 | 6.40 | 31.03 | |
| Max (Thread Active Time) (s) | 1.54 | 1.69 | 1.57 | 25.80 | |
| Average Active Time (s) | 1.32 | 1.28 | 1.31 | 25.40 | |
| Activity Ratio (%) | 94.1 | 92.5 | 92.9 | 96.0 | |
| Average number of active threads | 18.104 | 19.872 | 19.604 | 78.593 | |
| Affinity Stability (%) | 97.6 | 97.3 | 97.7 | 99.8 | |
| Time in analyzed loops (%) | 75.5 | 77.0 | 77.5 | 1.56 | |
| Time in analyzed innermost loops (%) | 67.6 | 69.5 | 69.8 | 1.51 | |
| Time in user code (%) | 75.8 | 78.4 | 77.7 | 1.63 | |
| Compilation Options Score (%) | 99.9 | 64.9 | 99.9 | 92.1 | |
| Array Access Efficiency (%) | 97.7 | 97.8 | 98.3 | 66.7 | |
| Potential Speedups | |||||
| Perfect Flow Complexity | 1.02 | 1.02 | 1.02 | 1.00 | |
| Perfect OpenMP/MPI/Pthread/TBB | 1.15 | 1.12 | 1.11 | 4.78 | |
| Perfect OpenMP/MPI/Pthread/TBB + Perfect Load Distribution | 1.49 | 1.66 | 1.51 | 5.95 | |
| No Scalar Integer | Potential Speedup | 1.01 | 1.00 | 1.01 | 1.00 |
| Nb Loops to get 80% | 3 | 2 | 3 | 1 | |
| FP Vectorised | Potential Speedup | 1.02 | 1.01 | 1.02 | 1.00 |
| Nb Loops to get 80% | 5 | 4 | 5 | 2 | |
| Fully Vectorised | Potential Speedup | 1.17 | 1.09 | 1.16 | 1.01 |
| Nb Loops to get 80% | 6 | 6 | 5 | 3 | |
| Only FP Arithmetic | Potential Speedup | 2.56 | 2.18 | 2.80 | 1.01 |
| Nb Loops to get 80% | 3 | 2 | 3 | 2 | |
| Source Object | Issue |
|---|---|
| ▼libllama.so | |
| ▼ | |
| ○ | -g is missing for some functions (possibly ones added by the compiler), it is needed to have more accurate reports. Other recommended flags are: -O2/-O3, -march=(target) |
| ○ | -O2, -O3 or -Ofast is missing. |
| ○ | -march=(target) is missing. |
| ▼exec | |
| ▼ | |
| ○ | -g is missing for some functions (possibly ones added by the compiler), it is needed to have more accurate reports. Other recommended flags are: -O2/-O3, -march=(target) |
| ○ | -O2, -O3 or -Ofast is missing. |
| ○ | -march=(target) is missing. |
| ▼libggml-base.so | |
| ▼ | |
| ○ | -g is missing for some functions (possibly ones added by the compiler), it is needed to have more accurate reports. Other recommended flags are: -O2/-O3, -march=(target) |
| ○ | -O2, -O3 or -Ofast is missing. |
| ○ | -march=(target) is missing. |
| ▼libggml-cpu.so | |
| ▼binary-ops.cpp | |
| ○ | |
| ▼repack.cpp | |
| ○ | |
| ▼vec.cpp | |
| ○ | |
| ▼ops.cpp | |
| ○ | |
| ▼ggml-cpu.c | |
| ○ | |
| ▼quants.c | |
| ○ |
| r0 | r1 | r2 | r3 | |
|---|---|---|---|---|
| Experiment Name | ||||
| Application | /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/run/oneview_runs/defaults/orig/exec | /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/run/base_runs/defaults/icx/exec | /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/run/binaries/aocc_1/exec | /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/run/binaries/icx_9/exec |
| Timestamp | 2026-01-31 21:02:08 | 2026-01-31 21:03:20 | 2026-01-31 21:27:02 | 2026-01-31 21:27:26 |
| Experiment Type | MPI; OpenMP; | same as r0 | same as r0 | same as r0 |
| Machine | gmz17.benchmarkcenter.megware.com | same as r0 | same as r0 | same as r0 |
| Architecture | x86_64 | same as r0 | same as r0 | same as r0 |
| Micro Architecture | ZEN_V5 | same as r0 | same as r0 | same as r0 |
| Model Name | AMD EPYC 9655 96-Core Processor | same as r0 | same as r0 | same as r0 |
| Cache Size | 1024 KB | same as r0 | same as r0 | same as r0 |
| Number of Cores | 96 | same as r0 | same as r0 | same as r0 |
| Maximal Frequency | 4.510205 GHz | same as r0 | same as r0 | same as r0 |
| OS Version | Linux 5.14.0-611.16.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 03:40:39 EST 2025 | same as r0 | same as r0 | same as r0 |
| Architecture used during static analysis | x86_64 | same as r0 | same as r0 | same as r0 |
| Micro Architecture used during static analysis | ZEN_V5 | same as r0 | same as r0 | same as r0 |
| Compilation Options | exec: N/A libggml-base.so: N/A libggml-cpu.so: AMD clang version 17.0.6 (CLANG: AOCC_5.0.0-Build#1377 2024_09_24) /home/eoseret/aocc-compiler-5.0.0/bin/clang-17 --driver-mode=g++ -D GGML_BACKEND_BUILD -D GGML_BACKEND_SHARED -D GGML_SCHED_MAX_COPIES=4 -D GGML_SHARED -D GGML_USE_CPU_REPACK -D GGML_USE_LLAMAFILE -D GGML_USE_OPENMP -D _GNU_SOURCE -D _XOPEN_SOURCE=600 -D ggml_cpu_EXPORTS -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/.. -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/. -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/ggml-cpu -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/../include -O3 -g -fno-omit-frame-pointer -fcf-protection=none -nopie -grecord-command-line -O3 -D NDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -march=native -fopenmp=libomp -MD -MT ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/repack.cpp.o -MF ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/repack.cpp.o.d -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/repack.cpp.o -c /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/ggml-cpu/repack.cpp libllama.so: N/A | exec: N/A libggml-base.so: N/A libggml-cpu.so: clang based Intel(R) oneAPI DPC++/C++ Compiler 2025.2.1 (2025.2.0.20250806) /cluster/intel/oneapi/2025.2.1/compiler/2025.2/bin/compiler/clang --driver-mode=g++ --intel -D GGML_BACKEND_BUILD -D GGML_BACKEND_SHARED -D GGML_SCHED_MAX_COPIES=4 -D GGML_SHARED -D GGML_USE_CPU_REPACK -D GGML_USE_LLAMAFILE -D GGML_USE_OPENMP -D _GNU_SOURCE -D _XOPEN_SOURCE=600 -D ggml_cpu_EXPORTS -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/.. -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/. -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/ggml-cpu -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/../include -O3 -g -fno-omit-frame-pointer -fcf-protection=none -no-pie -grecord-command-line -O3 -D NDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -march=native -fno-associative-math -fiopenmp -MD -MT ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/x86/repack.cpp.o -MF ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/x86/repack.cpp.o.d -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/x86/repack.cpp.o -c /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/ggml-cpu/arch/x86/repack.cpp -fveclib=SVML libllama.so: N/A | exec: N/A libggml-base.so: N/A libggml-cpu.so: AMD clang version 17.0.6 (CLANG: AOCC_5.0.0-Build#1377 2024_09_24) /home/eoseret/aocc-compiler-5.0.0/bin/clang-17 --driver-mode=g++ -D GGML_BACKEND_BUILD -D GGML_BACKEND_SHARED -D GGML_SCHED_MAX_COPIES=4 -D GGML_SHARED -D GGML_USE_CPU_REPACK -D GGML_USE_LLAMAFILE -D GGML_USE_OPENMP -D _GNU_SOURCE -D _XOPEN_SOURCE=600 -D ggml_cpu_EXPORTS -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/.. -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/. -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/ggml-cpu -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/../include -O3 -O3 -march=znver5 -ffast-math -g -fno-omit-frame-pointer -fcf-protection=none -nopie -grecord-command-line -fno-finite-math-only -O3 -D NDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -fopenmp=libomp -MD -MT ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/x86/repack.cpp.o -MF ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/x86/repack.cpp.o.d -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/x86/repack.cpp.o -c /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/ggml-cpu/arch/x86/repack.cpp libllama.so: N/A | exec: N/A libggml-base.so: N/A libggml-cpu.so: clang based Intel(R) oneAPI DPC++/C++ Compiler 2025.2.1 (2025.2.0.20250806) /cluster/intel/oneapi/2025.2.1/compiler/2025.2/bin/compiler/clang --driver-mode=g++ --intel -D GGML_BACKEND_BUILD -D GGML_BACKEND_SHARED -D GGML_SCHED_MAX_COPIES=4 -D GGML_SHARED -D GGML_USE_CPU_REPACK -D GGML_USE_LLAMAFILE -D GGML_USE_OPENMP -D _GNU_SOURCE -D _XOPEN_SOURCE=600 -D ggml_cpu_EXPORTS -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/.. -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/. -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/ggml-cpu -I /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/../include -O2 -axCORE-AVX512 -mprefer-vector-width=128 -g -fno-omit-frame-pointer -fcf-protection=none -no-pie -grecord-command-line -fno-finite-math-only -D NDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -fno-associative-math -fiopenmp -MD -MT ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ops.cpp.o -MF ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ops.cpp.o.d -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ops.cpp.o -c /beegfs/hackathon/users/eoseret/qaas_runs_test/gmz17.benchmarkcenter.megware.com/176-988-9615/llama.cpp/build/llama.cpp/ggml/src/ggml-cpu/ops.cpp -fveclib=SVML libllama.so: N/A |
| Number of processes observed | 1 | same as r0 | same as r0 | same as r0 |
| Number of threads observed | 96 | same as r0 | same as r0 | same as r0 |
| Frequency Driver | amd-pstate-epp | same as r0 | same as r0 | same as r0 |
| Frequency Governor | performance | same as r0 | same as r0 | same as r0 |
| Huge Pages | always | same as r0 | same as r0 | same as r0 |
| Hyperthreading | on | same as r0 | same as r0 | same as r0 |
| Number of sockets | 2 | same as r0 | same as r0 | same as r0 |
| Number of cores per socket | 96 | same as r0 | same as r0 | same as r0 |
| MAQAO version | 2025.1.3 | same as r0 | same as r0 | same as r0 |
| MAQAO build | b489783858807c9a72e0923fd7b399a22c81991c::20251024-122946 | same as r0 | same as r0 | same as r0 |
| Comments | same as r0 | same as r0 | same as r0 |