0x131315

Results 5 comments of 0x131315

> It would be interesting to run the benchmarks on an AMD CPU, because so far we only have measurements for Intel. i have amd 7950x, but me need instructions...

> warning: failed to mlock 74465280-byte buffer (after previously locking 0 bytes): Cannot allocate memory just need sudo sudo fixed this warning for me

check [this](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs#running-natively) `TORCH_COMMAND='pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm5.1.1' python launch.py --precision full --no-half` rocm - is compiler "cuda to opencl", for amd gpu maybe it is working, or maybe it...

It's probably fixed by now Tested on 7950x and 7900xt, ubuntu 23.04, kernel xanmod 6.5.5, rocm-5.7.0 Tested on commit: eee42c670e6fa6df9cf17e7ffc319f74cbd81354 An error popped up when building HIP: > /opt/rocm-5.7.0/llvm/lib/clang/17.0.0/include/cuda_wrappers/cmath:27:15: fatal...

Probably hipblas not working? It's pretty easy to break in Linux. To restore, you need to restart the driver installation, but do not forget the flags to set Hip-libraries. That's...