After making sure I have only one version installed of all files (I cleaned up from a previous attempt)
I have through yast installed:
rocminfo4.0.0 - Radeon Open Compute (ROCm) Runtime rocminfo tool
But then:
|
|
guus@linux-2ls4:~> clinfo
Number of platforms 0
guus@linux-2ls4:~> /opt/rocm-4.4.0/bin/rocminfo
bash: /opt/rocm-4.4.0/bin/rocminfo: No such file or directory
Hi
So can you confirm your motherboard slot is PCI 3.0 and support Atomics, as per the requirements, plus it’s an unsupported card… did you look at a BIOS upgrade for the card?
Update lib path (if necessary). ROCm 3.5 is installed under “/opt/rocm-3.5.x”. Create a symbolic link “/opt/rocm -> /opt/rocm-3.5.1”. Check the lib path in /etc/ld.so.conf.d and make sure these are listed
I think I understand I need to make a file, but not were ?
Hi
Sure, just download the amdgpu-pro-20.40-1147287-sle-15.2.tar.xz, extract it, switch to root user and change to the directory and run the installer…
For example
cd /stuff/repositories/AMD_work/
ls
amdgpu-pro-20.40-1147287-sle-15.2.tar.xz
tar -xf amdgpu-pro-20.40-1147287-sle-15.2.tar.xz
ls
amdgpu-pro-20.40-1147287-sle-15.2 amdgpu-pro-20.40-1147287-sle-15.2.tar.xz
su -
cd /stuff/repositories/AMD_work/amdgpu-pro-20.40-1147287-sle-15.2/
./amdgpu-install --opencl=legacy,pal --headless --no-dkms
With that advice you create folder /opt/rocm which contains all the same as in /opt/rocm-#.
It is useful to maintain system with standard path /opt/rocm.
I have this feeling there is still a file pointing to 3.5 or some other version.
Although this might not be the main problem, I do remember creating at least one file. Also gonna have a look in , I think its called user dev.
Its were I have also placed a file to get my mouse under control.
The only part I did understand about this for tumble weed.
Install part of the proprietary AMD drivers (the rocm part) besides? on top of ? the opensource dirvers, and disable mesa opencl.
After this I keep getting confused, because it sounds so easy, how hard can it be
According to YAST, I am not using mesa opencl anymore, because its not installed.
So I must be using some part of rocm already ?