mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-07-30 00:16:07 +02:00
Add likwid collector
This commit is contained in:
22
collectors/likwid/groups/power8/FLOPS_VSU1.txt
Normal file
22
collectors/likwid/groups/power8/FLOPS_VSU1.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
SHORT Double Precision MFlops/s performed by VSU pipe 1
|
||||
|
||||
EVENTSET
|
||||
PMC0 PM_VSU1_DP_2FLOP
|
||||
PMC1 PM_VSU1_DP_FMA
|
||||
PMC2 PM_VSU1_DP_FSQRT_FDIV
|
||||
PMC3 PM_VSU1_1FLOP
|
||||
PMC4 PM_RUN_INST_CMPL
|
||||
PMC5 PM_RUN_CYC
|
||||
|
||||
METRICS
|
||||
Runtime (RDTSC) [s] time
|
||||
CPI PMC5/PMC4
|
||||
[MFLOP/s] 1.0E-06*((PMC0*2.0)+(PMC2*8.0)+(PMC1*4.0)+PMC3)/time
|
||||
VSX [MFLOP/s] 1.0E-06*(PMC1*4.0)/time
|
||||
|
||||
LONG
|
||||
Formulas:
|
||||
CPI = PM_RUN_CYC/PM_RUN_INST_CMPL
|
||||
[MFLOP/s] = 1.0E-06*(PM_VSU1_SCALAR_DP_ISSUED+PM_VSU1_SCALAR_DP_ISSUED+(PM_VSU1_VECTOR_DP_ISSUED+PM_VSU1_VECTOR_DP_ISSUED)*4)/runtime
|
||||
VSX [MFLOP/s] = 1.0E-06*((PM_VSU0_VECTOR_DP_ISSUED+PM_VSU1_VECTOR_DP_ISSUED)*4)/runtime
|
||||
--
|
Reference in New Issue
Block a user