65a
65a
Yes, hardware flashing is basically required and a normal clip won't work.
Same issue here on Kabylake-U i5 device. I have tried a variety of options in Flash Image Tool as well. My symptoms are the same as yours. In OEM bios...
Should close #4 similar use case here.
`iommu=pt` on kernel command line, as well as enabling AMDGPU recovery and disabling memory encryption `mem_encrypt=off` seems to resolve this issue. It appears to be a IOMMU problem with either...
It works if you apply that patch locally and follow the updated readme/build instructions. My w7900 unfortunately had to go back to AMD for replacement because it liked to hang...
Looks like a build problem, see the not found. I actually did the same thing, make sure `-tags rocm` is provided for both go generate and go build.
Where is your rocminfo binary? Set ROCM_PATH when running the binary...for me it's at /opt/rocm/bin/rocminfo
Note also it wants `rocm-smi`, so make sure that is located at ROCM_PATH/bin/rocm-smi
It's working? Good to hear. At least on Arch, /opt/rocm/bin is not on the path, so it only works if you add it to PATH, or call it directly with...
Kill the binary, and do a clean run, and attach the log here. Usually you will see two llama.cpp logs, first the ROCm one, which will have some error, then...