Skip to content

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

@afzalxo

Description

@afzalxo

In your GPU benchmark, you set the persistence mode to ON and then lock the GPU clocks to 1530,1530 as follows:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions