Skip to content

Commit

Permalink
Merge pull request #280 from dbarry9/2024.11.12_power9_power10_flops
Browse files Browse the repository at this point in the history
presets: remove PAPI_FP_OPS from POWER9 & POWER10
  • Loading branch information
Treece-Burgess authored Nov 13, 2024
2 parents 9f6f6e6 + 0615caf commit 366ac71
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/papi_events.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,10 @@ PRESET,PAPI_FMA_INS,NOT_DERIVED,PM_FMA_CMPL
PRESET,PAPI_TOT_IIS,NOT_DERIVED,PM_INST_DISP
PRESET,PAPI_TOT_INS,NOT_DERIVED,PM_INST_CMPL
PRESET,PAPI_INT_INS,NOT_DERIVED,PM_FXU_FIN
PRESET,PAPI_FP_OPS,NOT_DERIVED,PM_FLOP_CMPL
# Note: PAPI_FP_OPS is not available on this architecture. The following combination is
# equivalent to all FLOPs; however, these events cannot be added to the same event set.
# If a user chooses, they can utilize the multiplexing feature with these events.
# 8 * PM_8FLOP_CMPL + 4 * PM_4FLOP_CMPL + 2 * PM_2FLOP_CMPL + 1 * PM_1FLOP_CMPL
PRESET,PAPI_FP_INS,NOT_DERIVED,PM_FLOP_CMPL
PRESET,PAPI_DP_OPS,NOT_DERIVED,PM_DP_QP_FLOP_CMPL
PRESET,PAPI_SP_OPS,NOT_DERIVED,PM_SP_FLOP_CMPL
Expand Down Expand Up @@ -1892,7 +1895,10 @@ PRESET,PAPI_FMA_INS,NOT_DERIVED,PM_FMA_CMPL
PRESET,PAPI_TOT_IIS,NOT_DERIVED,PM_INST_DISP
PRESET,PAPI_TOT_INS,NOT_DERIVED,PM_INST_CMPL
PRESET,PAPI_INT_INS,NOT_DERIVED,PM_FXU_ISSUE
PRESET,PAPI_FP_OPS,NOT_DERIVED,PM_FLOP_CMPL
# Note: PAPI_FP_OPS is not available on this architecture. The following combination is
# equivalent to all FLOPs; however, these events cannot be added to the same event set.
# If a user chooses, they can utilize the multiplexing feature with these events.
# 8 * PM_8FLOP_CMPL + 4 * PM_4FLOP_CMPL + 2 * PM_2FLOP_CMPL + 1 * PM_1FLOP_CMPL
PRESET,PAPI_FP_INS,NOT_DERIVED,PM_FLOP_CMPL
PRESET,PAPI_DP_OPS,NOT_DERIVED,PM_DPP_FLOP_CMPL
PRESET,PAPI_SP_OPS,NOT_DERIVED,PM_SP_FLOP_CMPL
Expand Down

0 comments on commit 366ac71

Please sign in to comment.