CUDA locks GPU in P2 state #261
thesword53
started this conversation in
Ideas
Replies: 1 comment
-
i disabled it via profile inspector during mining age, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every software that creates a CUDA context locks GPU at P2 state until the context is destroyed even with NVENC/NVDEC. It forces the GPU clock to stay at the maximum and decreases memory clock. There is no way to disable this driver behavior and it happens on both Linux and Windows driver. On Windows P2 state can be disabled but the GPU stays at P0 state.
The consequences are:
There are some discussions opened about it:
Beta Was this translation helpful? Give feedback.
All reactions