DeviceList

List of AMD GPU devices.

AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Properties

Name Type Description
devices array Array of devices.
View JSON Schema on GitHub

JSON Schema

rocm-api-device-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeviceList",
  "description": "List of AMD GPU devices.",
  "type": "object",
  "properties": {
    "devices": {
      "type": "array",
      "description": "Array of devices.",
      "items": {
        "$ref": "#/$defs/Device"
      }
    }
  }
}