google-deepmind / google-deepmind/alphatensor
Clock Speed Set to 1530MHz when V100 has a max boost clock of 1380 MHz
Open
- Dominant language
- Python
- Stars
- 2.9k
- Forks
- 258
- PR merge metrics
- No merged PRs in 30d
Description
In your GPU benchmark, you set the persistence mode to ON and then lock the GPU clocks to 1530,1530 as follows:
``` python3
process = subprocess.Popen(
'sudo nvidia-smi --lock-gpu-clocks=1530,1530'.split(' '),
stdout=subprocess.PIPE)
```
How does that work with V100 GPU with a base clock of 1245 MHz and boost clock of 1380 MHz? To my understanding V100S has a higher clock, but GCP offers V100, not V100S.
Contributor guide
Assessment
This issue has not been assessed yet.