Aaron Zakhrov
Aaron Zakhrov
@jackun the pci_dev option did not work I get the following message `MANGOHUD: Failed to parse PCI device ID: '0000' ` when I try the argument `MANGOHUD_CONFIG=full,pci_dev='0000:07:00.0'`
> @Zakhrov no AMD+AMD "prime" test yet so use `pci_dev` option to force correct GPU. AMD+AMD prime works with setting the DRI_PRIME variable for OpenGL and setting the MESA_VK_DEVICE_SELECT variable...
These are my hwmon links ` lrwxrwxrwx 1 root root 0 Aug 23 08:42 /sys/class/hwmon/hwmon0/device -> ../../../0000:04:00.0` `lrwxrwxrwx 1 root root 0 Aug 23 08:42 /sys/class/hwmon/hwmon1/device -> ../../BAT0` `lrwxrwxrwx 1...
OK my bad it is working.  
> @AiPs1717 Hi, is this resolved on the latest ROCm? If so can we close this ticket? It has been partially, see [https://github.com/ROCm/ROCm/issues/2527#issuecomment-2074468176](https://github.com/ROCm/ROCm/issues/2527#issuecomment-2074468176)
gfx1010 can be made to work. It just needs a few more hacks and steps than simply setting ``HSA_OVERRIDE_GFX_VERSION`` I've written up a mini-guide here: [https://github.com/ROCm/ROCm/issues/2527#issuecomment-2074468176](https://github.com/ROCm/ROCm/issues/2527#issuecomment-2074468176)
Now that ROCM 6.1 is out, I tried it with the latest pytorch nightly (which still is built with Rocm 6.0) and this is the error I get when trying...
I tried it again with the pytorch wheels from https://repo.radeon.com/rocm/manylinux/rocm-rel-6.1/ which have been compiled against ROCM 6.1 and they exhibit the same issue. Will try to compile pytorch from source...
Well, that was a colossal waste of time, looks like rocBLAS doesn't ship with [https://github.com/ROCm/Tensile/pull/1862](https://github.com/ROCm/Tensile/pull/1862) at least not for the SLES/OpenSUSE packages ``` rocBLAS error: Cannot read /opt/rocm/lib/rocblas/library/TensileLibrary.dat: No such...
Pytorch wasn't building because of [https://github.com/ROCm/aotriton/issues/18](https://github.com/ROCm/aotriton/issues/18) so I hacked it out and made pytorch compile without aotriton. This actually works and I'm able to run ComfyUI! ## Notes: * rocBLAS...