DevicePerformance

Performance counters for an AMD GPU device.

AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Properties

Name Type Description
deviceId string
gpuUtilization number
memoryUtilization number
memoryBandwidth number
computeThroughput number
View JSON Schema on GitHub

JSON Schema

rocm-api-device-performance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DevicePerformance",
  "description": "Performance counters for an AMD GPU device.",
  "type": "object",
  "properties": {
    "deviceId": {
      "type": "string"
    },
    "gpuUtilization": {
      "type": "number"
    },
    "memoryUtilization": {
      "type": "number"
    },
    "memoryBandwidth": {
      "type": "number"
    },
    "computeThroughput": {
      "type": "number"
    }
  }
}