cloudera.exe.rocm role – Provision AMD ROCm GPU drivers

Note

This role is part of the cloudera.exe collection (version 3.0.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install cloudera.exe..

To use it in a playbook, specify: cloudera.exe.rocm.

Entry point main – Provision AMD ROCm GPU drivers

New in cloudera.exe 3.0.0

Synopsis

  • Install and configure a host for AMD ROCm GPU packages and drivers.

Parameters

Parameter

Comments

amdgpu_repo_baseurl

string

URL of the AMD GPU repository (Red Hat)

amdgpu_repo_gpgkey

string

URL of the AMD ROCm repository GPG key (Red Hat)

amdgpu_repo_name

string

Name (identifier) of the AMD GPU repository (Red Hat)

amdgpu_version

string

Version of the AMD GPU drivers.

Default: "6.4.1"

rocm_crb_repo_name

string

CodeReady repository name to enable (Red Hat)

rocm_epel_rpm

string

EPEL RPM to install (Red Hat)

rocm_python_packages

list / elements=string

System Python packages to install

rocm_repo_baseurl

string

URL of the AMD ROCm repository (Red Hat)

rocm_repo_gpgkey

string

URL of the AMD ROCm repository GPG key (Red Hat)

rocm_repo_name

string

Name (identifier) of the AMD ROCm repository (Red Hat)

rocm_version

string

Version of the AMD ROCm package.

Default: "6.4.1"

Authors

  • Cloudera Labs