Anyone with a amd/radeon GPU rig running on linux? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Anyone with a amd/radeon GPU rig running on linux? (/thread-9356.html) |
Anyone with a amd/radeon GPU rig running on linux? - Apathly - 07-03-2020 Hi all, i wanted to ask if there is anyone out there who uses amd GPU's inside a linux server. The reason I'm asking is a while back I've build my own cracking rig with 6 RX570's and 6 RX580's and tried to get it all working on linux. But back then I couldn't get it to work because of the opencl driver I think only supporting the pci gen 3 gpu slots. Since I obviously don't have 12 pci-gen 3 slots i had to eventually use windows and set it up that way. I was curious if theres anyone out there currently running it on linux lo see if I've missed stuff back then or if it's possible at all. I would much rather have my machine run linux than windows. RE: Anyone with a amd/radeon GPU rig running on linux? - undeath - 07-06-2020 You should see no issues using rocm on linux. RE: Anyone with a amd/radeon GPU rig running on linux? - antimatterizer - 07-08-2020 You'll likely run into PCIe atomics issues using ROCm with Radeon cards of prior generations than Vega if they don't get full PCIe 3.0. https://github.com/RadeonOpenCompute/ROCm#Hardware-and-Software-Support Quote:GFX8 GPUs RE: Anyone with a amd/radeon GPU rig running on linux? - Apathly - 07-11-2020 (07-08-2020, 04:50 PM)antimatterizer Wrote: You'll likely run into PCIe atomics issues using ROCm with Radeon cards of prior generations than Vega if they don't get full PCIe 3.0. Is there any way of using them on linux? Or am i stuck to windows. RE: Anyone with a amd/radeon GPU rig running on linux? - ZerBea - 07-11-2020 Please add this to list of cons: Ancient/limited kernel versions and very limited distributions https://github.com/RadeonOpenCompute/ROCm#supported-operating-systems kernel 4.15, kernel 4.18 and kernel 5.3 are EOL https://www.kernel.org/ RE: Anyone with a amd/radeon GPU rig running on linux? - Apathly - 07-11-2020 (07-11-2020, 10:14 AM)ZerBea Wrote: Please add this to list of cons: Ancient/limited kernel versions and very limited distributions Thanks for pointing that out! I'd rather not have an outdated linux kernel forwarded to the internet... |