google-deepmind / google-deepmind/alphatensor

Clock Speed Set to 1530MHz when V100 has a max boost clock of 1380 MHz

Open
#13 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.