Skip to content

Commit

Permalink
Add ROCmRequirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tetron committed Jul 17, 2024
1 parent 5ace17b commit f5434a2
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions CommandLineTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ $graph:
type: record
extends: GPURequirement
doc: |
Require support for Vulkan (GPU hardware acceleration).
Require support for Khronos Vulkan (GPU hardware acceleration).
fields:
class:
type: string
Expand All @@ -1520,7 +1520,7 @@ $graph:
type: record
extends: GPURequirement
doc: |
Require support for OpenCL (GPU hardware acceleration).
Require support for Khronos OpenCL (GPU hardware acceleration).
fields:
class:
type: string
Expand All @@ -1541,3 +1541,25 @@ $graph:
a list of registered extensions for OpenCL:
https://registry.khronos.org/OpenCL/
- name: ROCmRequirement
type: record
extends: GPURequirement
doc: |
Require support for AMD ROCm (GPU hardware acceleration).
fields:
class:
type: string
doc: 'cwl:ROCmRequirement'
jsonldPredicate:
_id: "@type"
_type: "@vocab"
rocmVersion:
type:
- string
- string[]
doc: |
Major ROCm HIP and HSA Runtime version(s) that can run the

Check failure on line 1562 in CommandLineTool.yml

View workflow job for this annotation

GitHub Actions / Spellcheck

HSA ==> HAS
software, in X.Y format.
https://github.com/ROCm/ROCm/pull/2319/files

0 comments on commit f5434a2

Please sign in to comment.