Closed CRBl69 closed 1 year ago
Please pass the flag python index.py --iree_vulkan_target_triple=rdna2-7900-linux
when you start to run in SIMT only mode. The 7900xtx wmma pieces are not yet in the current driver.
I can confirm this works !
Thank you very much !
Maybe this should be put in the README.
Problem fixed so I'm closing the issue.
We are tracking the issue with AMD. Once it is fixed you should be able to use it normally (~22 it/s)
My setup
Command
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_pro_icd64.json python apps/stable_diffusion/scripts/txt2img.py --precision=fp16 --device=vulkan --prompt="tajmahal, oil on canvas, sunflowers, 4k, uhd"
I also tried the web UI. The UI itself starts, but when I try to generate something, the end result is the same.
Related issues
This issue seems to be very similar to #1061 but not quite the same. At first, we seem to get the same output. He then creates
$HOME/.local/shark_tank
and gets a segfault. The directory already exists for me, so I don't think this is the same issue.Installation process
Output
I provide two versions of the output: unified and separated in STDOUT and STDERR.
Unified
STDOUT
STDERR
Please let me know if I can provide anything else to solve this problem.