Mega Ice
Mega Ice
I did have similar problem. But on a fresh install - ubuntu, rocm 5.7, torch nightly 5.7 wheel, i was able to run stable-diffusion-webui. You have to set (amd favorite;)...
Yes, it was me. I had to build Pytorch from source at the time, no need to do that now.
i can confirm. Compile without a issue now. (rocm nightly and old vega64 :)
When using ROCm, "CUDA error 98 ....... invalid device function" (as far as I know) usually means version implementation problems in the HIP stack. Most likely it's solvable with `export...
Hi, I successfully compiled [CTranslate2-rocm](https://github.com/arlo-phoenix/CTranslate2-rocm) and passed the tests (not int8) on ROCm 7.0.2 , RDNA3 amdgpu (gfx1101). To compile CTranslate2-rocm, I updated the definitions in /src/cuda/primitives.cu, based on [this...
I can confirm that loading a model to gpu now works. (RX 7800xt, ubuntu, rocm 6.1.2)