Skip to content

Instantly share code, notes, and snippets.

@yevshev
Last active May 23, 2021 00:25
Show Gist options
  • Save yevshev/1527b91ace555a2f37f49f9bdeacaf8e to your computer and use it in GitHub Desktop.
Save yevshev/1527b91ace555a2f37f49f9bdeacaf8e to your computer and use it in GitHub Desktop.
ROCm OpenCL Fedora
echo '[ROCm]
name=ROCm
baseurl=https://repo.radeon.com/rocm/yum/rpm
enabled=1
gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key' > /etc/yum.repos.d/rocm.repo
sudo dnf in rocm-opencl rocm-opencl-devel hsakmt-roct ocl-icd-devel
echo /opt/rocm-4.2.0/opencl/lib/libamdocl64.so > /etc/OpenCL/vendors/amdocl64_40200.icd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment