Just passing by to report that it's working with 0.2.0
(0.1.0 had loading problems with fp16, and was outputing errors after manual code fix)
| OS |
Compute |
RAM |
Check |
| macOS Sonoma |
M2 Ultra |
128 GB |
working |
| win11 |
AMD RX7900XTX D3D12 |
24 GB |
working |
| archlinux |
AMD RX7900XTX Vulkan |
24 GB |
working |
I had to enable some flags on linux to make it works
$ cat ~/.config/chrome-flags.conf
--ozone-platform-hint=auto
--ignore-gpu-blocklist
--enable-features=Vulkan,DefaultANGLEVulkan,VulkanFromANGLE
--use-vulkan
It's painful to watch the RX7900XTX struggle to M2 Ultra, about 3 times quicker
Just passing by to report that it's working with 0.2.0
(0.1.0 had loading problems with fp16, and was outputing errors after manual code fix)
I had to enable some flags on linux to make it works
$ cat ~/.config/chrome-flags.conf --ozone-platform-hint=auto --ignore-gpu-blocklist --enable-features=Vulkan,DefaultANGLEVulkan,VulkanFromANGLE --use-vulkanIt's painful to watch the RX7900XTX struggle to M2 Ultra, about 3 times quicker