⚡ Not officially supported by AMD.
This action installs AMD's ROCm™ platform within a GitHub workflow. Only ubuntu-20.04
or ubuntu-22.04
runners are supported.
steps:
- name: rocm-setup
uses: neoblizz/[email protected]
with:
rocm: '5.5.0'
rocm
Define a ROCm™ version, default is set to the latest.
method
Installation method, can be either 'amdgpu' or 'package-manager'. 'amdgpu' installs the ROCm packages using amdgpu-install script and the 'package-manager' method uses 'apt-get' like familiar packages.
use-github-cache
Use GitHub cache to cache downloaded installer on GitHub servers.