Advanced Micro Devices · JSON Structure

Rocm Api Device Performance Structure

Performance counters for an AMD GPU device.

Type: object Properties: 5
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Rocm Api Device Performance Structure is a JSON Structure definition published by Advanced Micro Devices, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

deviceId gpuUtilization memoryUtilization memoryBandwidth computeThroughput

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "rocm-api-device-performance-structure.json",
  "title": "DevicePerformance",
  "description": "Performance counters for an AMD GPU device.",
  "type": "object",
  "properties": {
    "deviceId": {
      "type": "string",
      "description": ""
    },
    "gpuUtilization": {
      "type": "float",
      "description": ""
    },
    "memoryUtilization": {
      "type": "float",
      "description": ""
    },
    "memoryBandwidth": {
      "type": "float",
      "description": ""
    },
    "computeThroughput": {
      "type": "float",
      "description": ""
    }
  }
}