RocmVersion

ROCm platform version information.

AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Properties

Name Type Description
rocmVersion string
hipVersion string
driverVersion string
kernelVersion string
View JSON Schema on GitHub

JSON Schema

rocm-api-rocm-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RocmVersion",
  "description": "ROCm platform version information.",
  "type": "object",
  "properties": {
    "rocmVersion": {
      "type": "string"
    },
    "hipVersion": {
      "type": "string"
    },
    "driverVersion": {
      "type": "string"
    },
    "kernelVersion": {
      "type": "string"
    }
  }
}