AMD Windows GPU application?
Message boards :
Number crunching :
AMD Windows GPU application?
Message board moderation
Author | Message |
---|---|
Send message Joined: 20 Sep 17 Posts: 1 Credit: 5,325,120 RAC: 0 |
|
Send message Joined: 9 Jun 12 Posts: 584 Credit: 52,667,664 RAC: 0 |
|
Send message Joined: 16 Apr 16 Posts: 5 Credit: 6,320,640 RAC: 0 |
|
Send message Joined: 9 Jun 12 Posts: 584 Credit: 52,667,664 RAC: 0 |
|
Send message Joined: 27 Sep 17 Posts: 2 Credit: 449,760 RAC: 0 |
|
Send message Joined: 9 May 13 Posts: 7 Credit: 12,824,671 RAC: 0 |
Are there currently Nvidia tasks available? Because looking at the leaderboard, I don't see many folk with more computing power than myself. And I'm only running CPUs. I would have thought anyone with a Nvidia running would have massive amounts more points than me. Any task can be sent to either CPU or NVIDIA GPU. However, GPUs are not that efficient on this project. For example, a medium-class GTX 1060 needs about 30 minutes for one task, while a medium-class i5-8600K can do a set of 6 tasks in less than an hour thanks to the AVX-optimized application. So, in contrast to other projects with GPU applications, this project is pretty much CPU-dominated. |
Send message Joined: 23 Oct 12 Posts: 18 Credit: 116,226 RAC: 373 |
|
Send message Joined: 27 May 14 Posts: 1 Credit: 1,973,839 RAC: 0 |
|
Send message Joined: 22 Nov 17 Posts: 159 Credit: 13,180,518 RAC: 0 |
Hi guys, As I said in one of my posts here: Creating OpenCL application to support AMD GPUs was always at our RoadMap for years. Even now there is ongoing development on that. No mater there were some turbulence during the years, postponing and getting back on, we are doing our best to make it happen. Once we have solid PoC application we will be glad to provide it to our contributors. Cool things takes time. Thanks. Georgi |
Send message Joined: 8 Nov 19 Posts: 15 Credit: 3,200,160 RAC: 0 |
Last modified: 28 Apr 2020, 0:10:33 UTC OpenCL 3.0 is on the way. Supposedly OpenCL 1.2 with selective optimizations, rather than the full package like OpenCL 2.0 source I would also not try to run 2 WUs at a time. It seems a 2080 Ti (with mild power reduction to 180W) does a WU below 10 minutes. I've ran them from 125 to 290W, and Asteroids seems to be able to tax these GPUs pretty much completely. |
Send message Joined: 25 Oct 22 Posts: 15 Credit: 15,190,542 RAC: 19,140 |
|
Send message Joined: 22 Nov 17 Posts: 159 Credit: 13,180,518 RAC: 0 |
Hi folks, We also would like to have it already done. Unfortunately the past two years messed up pretty well with our plans, as many others. So at this momment I can't give any prognosis. One thing is sure though, we'll find a way to have that OpenCL work finished at some point. Thanks for understanding, 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: 131 Credit: 144,321,261 RAC: 486,245 |
Probably because CUDA is the highest performing development platform and is better known with much more developer support. CUDA predates OpenCL by two years. That is a lot of time passed for developers to get comfortable with the CUDA SDK's CUDA only runs on Nvidia cards and is optimized specifically for that hardware. OpenCL has to make itself compatible with all architectures and is not optimized for any specific architecture. It has to be a generalist and never will have the performance of CUDA. A proud member of the OFA (Old Farts Association) |
Send message Joined: 23 Jan 13 Posts: 8 Credit: 13,121 RAC: 0 |
It has to be a generalist and never will have the performance of CUDA. This is an old myth. Now OpenCl, with LITTLE optimization, has the SAME performance of Cuda (and, sometimes, better). You can also convert, almost automaticaly, the Cuda code to OpenCl with a lot of tools. |
Send message Joined: 23 Jan 13 Posts: 8 Credit: 13,121 RAC: 0 |
Hi folks, No problem. P.S. Is the code open source? Do you need help from community to develop it? |
Message boards :
Number crunching :
AMD Windows GPU application?