Mika Laitio
Mika Laitio
Yes, that's true. They used to support only the AMD's instinct set of GPUs and I have in their binfo-file a filter which allows selecting only the insticnt series of...
Must be some error, cpu should be hundreds of times slower than gpu in that test. I found the problem in pytorch_benchmark. Fix went partially to MIOpen and partially to...
Thanks, I will update this. Btw. I looked it more briefly the stable-diffusion-cpp and as it was CMake based project I made 2 small changes to stable-diffusion-cpp.binfo file. 1) I...
Yes, it was propably that the target directory needed to be specified also on configure, otherwise it would have tried to install it by default under /usr/local. Possible problems you...
Hi, thanks for testing. It seems that the application is actually working ok despite the messages about hip_fastbin.cpp. Those messages are more like a warnings which occurs because some modules...
What does it show for you if you run the commands: $ source /opt/rocm_sdk_612/bin/env_rocm.sh $ which python $ python --version Not sure whether @daniandtheweb has tested the stable diffusion with...
We just updated our rock sdk builder code on yesterday to use python 3.11. But that would require now you to do new build :-( Unfortunately the python version update...
All python fixes are now in place and to do a fresh build without downloading everything you should do these steps to get good build with python 3.11. ``` cd...
Btw, not sure whether this benchmark runs on rx 5600, but it would be interesting to now the results both with the python 3.9 and python 3.11. https://github.com/lamikr/pytorch-gpu-benchmark After running...
Thanks, let me know how it goes. I have used 5700 with opencl apps and sometimes also with the pytorch but I do not have always access to that gpu...