Advanced Micro Devices · JSON Structure

Rocm Api Device List Structure

List of AMD GPU devices.

Type: object Properties: 1
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

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

Properties

devices

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "rocm-api-device-list-structure.json",
  "title": "DeviceList",
  "description": "List of AMD GPU devices.",
  "type": "object",
  "properties": {
    "devices": {
      "type": "array",
      "description": "Array of devices."
    }
  }
}