Skip to content
box

GitHub Action

rocm-toolkit

v0.1.0 Latest version

rocm-toolkit

box

rocm-toolkit

Installs Rocm Toolkit and adds it to PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: rocm-toolkit

uses: Cyberhan123/[email protected]

Learn more about this action in Cyberhan123/rocm-toolkit

Choose a version

rocm-toolkit

This action installs the AMD ROCm™ on the system. It adds the rocm install location as ROCM_PATH to GITHUB_ENV so you can access the rocm install location in subsequent steps. ROCM_PATH/bin is added to GITHUB_PATH so you can use commands such as clang directly in subsequent steps. Right now only windows-latest is supported.

Inputs

rocm

Default: '5.5.0'.

Example usage

steps:
- uses: Cyberhan123/[email protected]
  id: rocm-toolkit
  with:
    rocm: '5.5.0'