Help is available by moving the cursor above any
symbol or by checking MAQAO website.
| Total Time (s) | 29.04 | ||
| Max (Thread Active Time) (s) | 28.23 | ||
| Average Active Time (s) | 27.82 | ||
| Activity Ratio (%) | 98.1 | ||
| Average number of active threads | 183.933 | ||
| Affinity Stability (%) | 99.6 | ||
| GFLOPS | 94.699 | ||
| Time in analyzed loops (%) | 86.5 | ||
| Time in analyzed innermost loops (%) | 86.0 | ||
| Time in user code (%) | 86.8 | ||
| Compilation Options Score (%) | 100.0 | ||
| Array Access Efficiency (%) | Not Available | ||
| Potential Speedups | |||
| Perfect Flow Complexity | 1.00 | ||
| Perfect OpenMP + MPI + Pthread | 1.06 | ||
| Perfect OpenMP + MPI + Pthread + Perfect Load Distribution | 1.16 | ||
| No Scalar Integer | Potential Speedup | 1.00 | |
| Nb Loops to get 80% | 1 | ||
| FP Vectorised | Potential Speedup | 1.00 | |
| Nb Loops to get 80% | 1 | ||
| Fully Vectorised | Potential Speedup | 1.00 | |
| Nb Loops to get 80% | 1 | ||
| FP Arithmetic Only | Potential Speedup | 1.00 | |
| Nb Loops to get 80% | 1 | ||
| 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. |
| ▼libggml-cpu.so | |
| ○vec.cpp | |
| ○quants.c | |
| ○mmq.cpp | |
| ▼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. |
| ▼[vdso] | |
| ▼ | |
| ○ | -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. |
| Application | /scratch/users/amazouz/QAAS/service/Llama.cpp/sdp772511/175-793-6543/llama.cpp/run/base_runs/defaults/aocc/exec | ||||
| Timestamp | 2025-09-15 04:55:34 | Universal Timestamp | 1757937334 | ||
| Number of processes observed | 6 | Number of threads observed | 192 | ||
| Experiment Type | MPI; OpenMP; | ||||
| Machine | sdp772511 | ||||
| Model Name | Intel(R) Xeon(R) 6972P | ||||
| Architecture | x86_64 | Micro Architecture | GRANITE_RAPIDS | ||
| Cache Size | 491520 KB | Number of Cores | 96 | ||
| OS Version | Linux 6.8.0-78-generic #78-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 11:34:18 UTC 2025 | ||||
| Architecture used during static analysis | x86_64 | Micro Architecture used during static analysis | GRANITE_RAPIDS | ||
| Frequency Driver | intel_pstate | Frequency Governor | performance | ||
| Huge Pages | always | Hyperthreading | on | ||
| Number of sockets | 2 | Number of cores per socket | 96 | ||
| Compilation Options | + [vdso]: 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) /scratch/users/amazouz/Tools/x86_64/compilers/AOCC/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 /scratch/users/amazouz/QAAS/service/Llama.cpp/sdp772511/175-793-6543/llama.cpp/build/llama.cpp/ggml/src/.. -I /scratch/users/amazouz/QAAS/service/Llama.cpp/sdp772511/175-793-6543/llama.cpp/build/llama.cpp/ggml/src/. -I /scratch/users/amazouz/QAAS/service/Llama.cpp/sdp772511/175-793-6543/llama.cpp/build/llama.cpp/ggml/src/ggml-cpu -I /scratch/users/amazouz/QAAS/service/Llama.cpp/sdp772511/175-793-6543/llama.cpp/build/llama.cpp/ggml/src/../include -O3 -g -fno-omit-frame-pointer -fcf-protection=none -nopie -grecord-command-line -stdlib=libc++ -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/amx/mmq.cpp.o -MF ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/amx/mmq.cpp.o.d -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/amx/mmq.cpp.o -c /scratch/users/amazouz/QAAS/service/Llama.cpp/sdp772511/175-793-6543/llama.cpp/build/llama.cpp/ggml/src/ggml-cpu/amx/mmq.cpp libllama.so: N/A | ||||
| Dataset | |
| Run Command | <executable> -m meta-llama-3.1-8b-instruct-Q8_0.gguf -no-cnv -t 32 -n 512 -p "what is a LLM?" --seed 0 |
| MPI Command | mpirun -n <number_processes> |
| Number Processes | 6 |
| Number Nodes | 1 |
| Filter | Not Used |
| Profile Start | Not Used |