File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
GPU Frequency Library (gpu\_ freqlib)
2
2
====================================
3
3
4
- A lightweight C++ library for varying core and memory frequencies on NVIDIA GPUs.
4
+ A lightweight C++ library for varying core and memory clock frequencies on NVIDIA GPUs.
5
5
6
6
### Pre-reqs
7
7
8
- * NVIDIA GPU that supports core and memory frequency adjustments
8
+ * NVIDIA GPU that supports core and memory clock frequency adjustments
9
9
* CUDA toolkit 6.5 or above
10
10
* NVIDIA GDK (for NVML) ([ download] ( https://developer.nvidia.com/gpu-deployment-kit ) )
11
11
@@ -15,11 +15,12 @@ A lightweight C++ library for varying core and memory frequencies on NVIDIA GPUs
15
15
16
16
### Before You Start
17
17
18
- Before trying to vary frequencies on the GPU, please ensure that persistence mode
19
- is enabled. Further, unless you want to run as root, make sure application clocks
20
- can be varied by normal users. The following article from NVIDIA describes how to do
21
- both using the built-in ` nvidia-smi ` tool .
18
+ Before trying to vary clock frequencies on the GPU, please ensure that persistence mode
19
+ is enabled. This allows the driver to retain the chosen frequencies across kernel calls.
20
+ Further, unless you want to run as root, make sure application clocks
21
+ can be varied by normal users .
22
22
23
+ Please refer to the following article from NVIDIA for more information:
23
24
[ Increase Performance with GPU Boost and K80 Autoboost] ( http://devblogs.nvidia.com/parallelforall/increase-performance-gpu-boost-k80-autoboost/ ) .
24
25
25
26
### Sample Usage
You can’t perform that action at this time.
0 commit comments