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
**Note:** when using Intel GPUs, the `CMAKE_MODULE_PATH` should be updated to point to our `cmake` directory containing the
96
96
`Findlevel_zero.cmake` file and `export ZES_ENABLE_SYSMAN=1` should be set.
97
97
98
+
### Installing via pip
99
+
100
+
The library is also available via pip:
101
+
102
+
```bash
103
+
pip install hardware-sampling
104
+
```
105
+
106
+
This pip install behaves **as if** no additional CMake options were provided.
107
+
This means that only the hardware is supported for which the respective vendor libraries was available at the point of the `pip install hardware-sampling` invocation.
108
+
98
109
## Available samples
99
110
100
111
The sampling type `fixed` denotes samples that are gathered once per hardware samples like maximum clock frequencies or
@@ -307,7 +318,7 @@ plt.show()
307
318
```
308
319
309
320
<palign="center">
310
-
<imgalt="example frequency plot"src=".figures/clock_frequency.png"width="75%">
321
+
<imgalt="example frequency plot"src="https://github.com/SC-SGS/hardware_sampling/raw/main/.figures/clock_frequency.png"width="75%">
0 commit comments