Commit 193bbd7
committed
framework: consistent number of derived terms
The header file 'papi.h' states that the PAPI_MAX_INFO_TERMS "should
match PAPI_EVENTS_IN_DERIVED_EVENT defined in papi_internal.h", However,
PAPI_MAX_INFO_TERMS is defined as 12; whereas,
PAPI_EVENTS_IN_DERIVED_EVENT is defined as 8. This commit changes the 8
to 12.
These changes have been tested on the Intel Sapphire Rapids
architecture.1 parent ee245f6 commit 193bbd7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments