Advanced Micro Devices · JSON Structure

Rocm Api Rocm Version Structure

ROCm platform version information.

Type: object Properties: 4
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

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

Properties

rocmVersion hipVersion driverVersion kernelVersion

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "rocm-api-rocm-version-structure.json",
  "title": "RocmVersion",
  "description": "ROCm platform version information.",
  "type": "object",
  "properties": {
    "rocmVersion": {
      "type": "string",
      "description": ""
    },
    "hipVersion": {
      "type": "string",
      "description": ""
    },
    "driverVersion": {
      "type": "string",
      "description": ""
    },
    "kernelVersion": {
      "type": "string",
      "description": ""
    }
  }
}