Last active
May 23, 2021 00:25
-
-
Save yevshev/1527b91ace555a2f37f49f9bdeacaf8e to your computer and use it in GitHub Desktop.
ROCm OpenCL Fedora
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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