Displaying 2 results from an estimated 2 matches for "nocg".
Did you mean:
noc
2018 Jan 16
1
[RFC 0/4] Implement full clockgating for Kepler1 and 2
...iles for the future.
For the time being; this patchset supports every GPU in the kepler1 and
kepler2 family. The main kernel config option to enable this is
config=NvPmEnableGating=<level>
Where <level> is the deepest level of powersaving to enable. The levels
being:
0. NOCG
1. CG (just CG_CTRL)
2. BLCG
3. SLCG
Additionally, we leave a couple of small TODO comments to mark spots
we'll eventually need to add code for the final level of power saving we
have yet to implement or understand: ELPG (engine-level powergating).
Here's some very...
2018 Jan 15
6
[RFC 0/4] Implement full clockgating for Kepler1 and 2
...g into gf100 files for the future.
For the time being; this patchset supports every GPU in the kepler1 and
kepler2 family. The main kernel config option to enable this is
config=NvPmEnableGating=<level>
Where <level> is the deepest level of powersaving to enable. The levels
being:
0. NOCG
1. CG (just CG_CTRL)
2. BLCG
3. SLCG
Additionally, we leave a couple of small TODO comments to mark spots
we'll eventually need to add code for the final level of power saving we
have yet to implement or understand: ELPG (engine-level powergating).
Here's some very lazily done benchmar...