You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
papi_native_avail -i amd_smi # lists native events for this component
101
-
```
102
-
103
-
After changing `PAPI_AMDSMI_ROOT` or related library paths, rerun make clobber && ./configure --with-components="amd_smi" before rebuilding so configure picks up the new locations.
104
-
105
-
---
106
-
87
+
88
+
To enable reading (and where supported, writing) of AMD_SMI counters, build
89
+
PAPI with this component enabled. For example:
90
+
91
+
```bash
92
+
./configure --with-components="amd_smi"
93
+
make
94
+
```
95
+
96
+
You can verify availability with the utilities in `papi/src/utils/`:
papi_native_avail -i amd_smi # lists native events for this component
101
+
```
102
+
103
+
After changing `PAPI_AMDSMI_ROOT` or related library paths, rerun make clobber && ./configure --with-components="amd_smi" before rebuilding so configure picks up the new locations.
104
+
105
+
---
106
+
107
107
108
108
## Hardware and Software Support
109
109
To see the `amd_smi` component's current supported hardware and software please visit the GitHub wiki page [Hardware and Software Support - AMD\_SMI Component](https://github.com/icl-utk-edu/papi/wiki/Hardware-and-Software-Support-%E2%80%90-AMD_SMI-Component).
0 commit comments