Amd Cards
Message boards :
Number crunching :
Amd Cards
Message board moderation
Author | Message |
---|---|
Send message Joined: 25 Oct 22 Posts: 15 Credit: 15,188,746 RAC: 19,440 |
|
Send message Joined: 22 Nov 17 Posts: 159 Credit: 13,180,518 RAC: 0 |
Hi Weber462, Developing of an OpenCL application for the project was started some time ago. I hope too that we will have at least some Alpha version soon. But for now it is going slow. Cheers, Georgi “The good thing about science is that it's true whether or not you believe in it.” ― Neil deGrasse Tyson |
Send message Joined: 25 Oct 22 Posts: 15 Credit: 15,188,746 RAC: 19,440 |
Last modified: 25 Nov 2022, 18:33:09 UTC |
Send message Joined: 25 Oct 22 Posts: 15 Credit: 15,188,746 RAC: 19,440 |
|
Send message Joined: 24 May 21 Posts: 20 Credit: 4,390,310 RAC: 859 |
Last modified: 30 Jan 2023, 11:31:50 UTC Any updates? no rush, just wondering. I apparently messed up on many levels by purchasing a 7900xtx lol. I made the same mistake few years ago, bought a 5500XT, it did work with BOINC for some time, but then I don't know what happened, something got updated, and I could not make it work with any BOINC project no matter what I did with the drivers. Eventually i Just gave up, sold it and moved to a 2060. my blog about raspberry pis and astrophotography |
Send message Joined: 26 Mar 21 Posts: 3 Credit: 11,245,879 RAC: 2,044 |
|
Send message Joined: 25 Oct 22 Posts: 15 Credit: 15,188,746 RAC: 19,440 |
|
Send message Joined: 22 Nov 17 Posts: 159 Credit: 13,180,518 RAC: 0 |
Alpha version of the OpenCL app for AMD GPUs is on its way to be released. We'll appreciate any feedback that will help us to try to polish rough edges of the code! Cheers! Georgi “The good thing about science is that it's true whether or not you believe in it.” ― Neil deGrasse Tyson |
Send message Joined: 14 Jun 23 Posts: 85 Credit: 5,914 RAC: 0 |
Last modified: 10 Sep 2023, 3:05:04 UTC Alpha version of the OpenCL app for AMD GPUs is on its way to be released.Got some. Very slow compared to the CPU. Utilisation shows 100%, but the temperature is low so it's not thinking hard. Tried two at a time, no difference. Stopped all CPU apps incase it was throttling it, still slow. CPU usage is minimal from the task. 1 hour on a Fury (8000Gflops card) compared to 24 of 1 hour on a Ryzen 9 3900XT. So 24 times slower! I'm assuming there's the same work to be done inside each task, or are the GPU tasks larger? Boinc claims they're the same. Tahiti cards (older, 4000Gflops) were refused work. |
Send message Joined: 22 Nov 17 Posts: 159 Credit: 13,180,518 RAC: 0 |
Well, Mr P Hucker, Can you leave those machines of yours with AMD GPUs to do some more work, so we could gather more logs? If you want to help of course. Something like for a day will be enough. Same for others. Guys, Any feedback is welcome. I saw already that the app is running slow, with very small Grid dim. That was intended. Thanks, Georgi “The good thing about science is that it's true whether or not you believe in it.” ― Neil deGrasse Tyson |
Send message Joined: 16 Nov 22 Posts: 19 Credit: 7,503,644 RAC: 0 |
Dear all, GPU tasks fail on my AMD Radeon RX 7900 XTX with the following error message: <core_client_version>7.20.5</core_client_version> <![CDATA[ <message> process exited with code 1 (0x1, -255)</message> <stderr_txt> ../../projects/asteroidsathome.net_boinc/period_search_10215_x86_64-pc-linux-gnu__opencl_102_amd: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ../../projects/asteroidsathome.net_boinc/period_search_10215_x86_64-pc-linux-gnu__opencl_102_amd) ../../projects/asteroidsathome.net_boinc/period_search_10215_x86_64-pc-linux-gnu__opencl_102_amd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by ../../projects/asteroidsathome.net_boinc/period_search_10215_x86_64-pc-linux-gnu__opencl_102_amd) ../../projects/asteroidsathome.net_boinc/period_search_10215_x86_64-pc-linux-gnu__opencl_102_amd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ../../projects/asteroidsathome.net_boinc/period_search_10215_x86_64-pc-linux-gnu__opencl_102_amd) </stderr_txt> ]]> Example: https://asteroidsathome.net/boinc/result.php?resultid=402590435 Looks like my glibc version is too old (2.35). I'm running Ubuntu 22.04 LTS. Best regards, Samuel |
Send message Joined: 22 Nov 17 Posts: 159 Credit: 13,180,518 RAC: 0 |
Hi Samuel, Thank you for your feedback! Your GLIBC version is a bit older indeed glibc-2.35.tar.gz 2022-02-03 01:35. You may want to upgrade all of your packages by running: sudo apt update && sudo apt upgrade -y Keep me posted, Georgi [/code] “The good thing about science is that it's true whether or not you believe in it.” ― Neil deGrasse Tyson |
Send message Joined: 6 Mar 23 Posts: 3 Credit: 6,757,514 RAC: 496 |
Last modified: 10 Sep 2023, 14:02:46 UTC Ditto with AMD Radeon RX 6600 XT (8176MB) OpenCL: 2.0 on Linux Mint 21.1 [5.15.0-83-generic|libc 2.35] https://asteroidsathome.net/boinc/result.php?resultid=402589928 and with AMD Radeon RX 6800 (16368MB) OpenCL: 2.0 on Linux Mint 20.3 [5.15.0-83-generic|libc 2.31] https://asteroidsathome.net/boinc/result.php?resultid=400213012 and with AMD Radeon RX 580 Series (4096MB) OpenCL: 2.0 on Linux Mint 21.1 [5.15.0-83-generic|libc 2.35] https://asteroidsathome.net/boinc/result.php?resultid=400226936 |
Send message Joined: 14 Jun 23 Posts: 85 Credit: 5,914 RAC: 0 |
Last modified: 10 Sep 2023, 15:24:41 UTC Well, Mr P Hucker,Hello :-) Can you leave those machines of yours with AMD GPUs to do some more work, so we could gather more logs?I always want to help, that's why I'm on Boinc. However I only have one card (R9 Nano (Fury chip)) which can do it, initially your server wouldn't give me a task for the older R9 280X (Tahiti chip) cards, possibly because they have an older OpenCL version, although I see overnight some were issued which gave a computation error in 1 second. Any feedback is welcome.So I can look forward to a speed increase? :-) BTW, I just aborted one which had run several hours overnight and made no progress, and I see the 4GB VRAM was maxed out on the GPU. It's a reliable card, and I wasn't using the machine at the time, not sure why that one was different. |
Send message Joined: 14 Jun 23 Posts: 85 Credit: 5,914 RAC: 0 |
Last modified: 10 Sep 2023, 15:23:09 UTC Hi Samuel,Not sure if I can do the same, I'm in Windows and my card is out of support. Last Radeon driver was released June last year (and is actually designed for Windows 10, I'm on Windows 11). Or is there some other update I can put in? |
Send message Joined: 23 Apr 21 Posts: 85 Credit: 115,471,687 RAC: 203,834 |
Georgi, what environment did you build the Linux apps from? GLIBC is a base package that's not easy to upgrade and well integrated to the OS. doing apt update and apt upgrade will not change this package. only a full OS upgrade will change it. having a 2.38 dependency is very bleeding edge, and that's not even available in Ubuntu yet. the latest release (23.04) is still on 2.37, and 2.38 is still in active development for their upcoming 23.10 release. since 22.04 is still the primary LTS version, i think it would make sense if you use an older build environment (recommend something older like ubuntu 20.04 era with older GLIBC) to avoid these compatibility issues. otherwise people on linux will only be able to run the apps with the very latest OS, which not everyone wants to do. |
Send message Joined: 14 Jun 23 Posts: 85 Credit: 5,914 RAC: 0 |
|
Send message Joined: 23 Apr 21 Posts: 85 Credit: 115,471,687 RAC: 203,834 |
otherwise people on linux will only be able to run the apps with the very latest OS, which not everyone wants to do.For what reason would you not keep your OS up to date? it's not about being up to date. as it stands, the Linux app requires many to run an OS build that's essentially beta and bleeding edge. this can be less stable than something like an LTS release with slightly older and more vetted software packages. |
Send message Joined: 7 Mar 14 Posts: 78 Credit: 6,839,994 RAC: 2,847 |
One task (0.1 CPUs + 1AMD/API GPU) ps_230904 input 14465_117_2 is stuck. Currently shows 0:46:20 elapsed, 06:18:12 remaining, but only 0.010% progress, with no progress being made since starting yesterday. Six other Asteroids tasks plus two Universe and one WCG task also running. This computer AuthenticAMD AMD Ryzen 7 5700G with Radeon Graphics [Family 25 Model 80 Stepping 0] (16 processors) AMD AMD Radeon(TM) Graphics (6227MB) OpenCL: 2.0 Microsoft Windows 11 Core x64 Edition, (10.00.22621.00) Steven Gaber Oldsmar, FL |
Send message Joined: 14 Jun 23 Posts: 85 Credit: 5,914 RAC: 0 |
Last modified: 10 Sep 2023, 17:00:42 UTC I get those, they either work and complete in an hour on an 8000Gflop GPU, with linear progress on the Boinc counter, or they stick at 0.01% forever and eventually consume all the GPU's VRAM. On mine, they start moving from 0.01% in 3 minutes. If they haven't, they're never going to. I think I've had 10 work ok and 3 break. It seems not all tasks are the same. |
Message boards :
Number crunching :
Amd Cards