Message boards : Number crunching : Gpu App?
Message board moderation

To post messages, you must log in.

Previous · 1 . . . 3 · 4 · 5 · 6 · 7 · 8 · 9 · Next

AuthorMessage
Mr P Hucker
Avatar

Send message
Joined: 30 Oct 16
Posts: 180
Credit: 18,395,933
RAC: 301
Message 1830 - Posted: 16 Dec 2016, 20:24:03 UTC - in response to Message 1829.  

Applications page...


Well someone appears to be using it, there's reported gigaflops. But is it just in the lab? I cannot find an address to connect to the test.
ID: 1830 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Skivelitis2
Avatar

Send message
Joined: 21 Feb 15
Posts: 22
Credit: 27,215,401
RAC: 33
Message 1831 - Posted: 18 Dec 2016, 6:13:21 UTC - in response to Message 1830.  

Applications page...


Well someone appears to be using it, there's reported gigaflops. But is it just in the lab? I cannot find an address to connect to the test.

Likely what you're seeing is in-house testing. It appears at this point that it would only be available for ATI GPUs. In your preferences, you would have to enable "run test applications" to receive any work that may become available.
ID: 1831 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Mr P Hucker
Avatar

Send message
Joined: 30 Oct 16
Posts: 180
Credit: 18,395,933
RAC: 301
Message 1832 - Posted: 18 Dec 2016, 11:13:58 UTC - in response to Message 1831.  

Applications page...


Well someone appears to be using it, there's reported gigaflops. But is it just in the lab? I cannot find an address to connect to the test.

Likely what you're seeing is in-house testing. It appears at this point that it would only be available for ATI GPUs. In your preferences, you would have to enable "run test applications" to receive any work that may become available.


That's on, but I haven't seen any.
ID: 1832 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Skivelitis2
Avatar

Send message
Joined: 21 Feb 15
Posts: 22
Credit: 27,215,401
RAC: 33
Message 1837 - Posted: 20 Dec 2016, 4:24:51 UTC - in response to Message 1832.  

Server status page shows no work available.
ID: 1837 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
matszpk
Project tester
Volunteer developer

Send message
Joined: 22 Aug 15
Posts: 23
Credit: 7,805,635
RAC: 9
Message 1844 - Posted: 23 Dec 2016, 17:09:11 UTC

I have some progress (but small) in porting application to GPU. Now, I will porting main routine that computes simulation. I am not using mentioned clrungen (generator) due to many bugs and limitations in that utility and that an application's code requires some hand-made optimization for GPU.
ID: 1844 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
[VENETO] boboviz

Send message
Joined: 21 Feb 15
Posts: 52
Credit: 318,272
RAC: 0
Message 1856 - Posted: 28 Dec 2016, 21:14:58 UTC - in response to Message 1844.  

I have some progress (but small) in porting application to GPU. Now, I will porting main routine that computes simulation. I am not using mentioned clrungen (generator) due to many bugs and limitations in that utility and that an application's code requires some hand-made optimization for GPU.


Do you plan a public test?
ID: 1856 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
matszpk
Project tester
Volunteer developer

Send message
Joined: 22 Aug 15
Posts: 23
Credit: 7,805,635
RAC: 9
Message 1875 - Posted: 8 Jan 2017, 8:50:07 UTC

I have more progress in porting application. Now, I am successfully write bit more code into OpenCL. Many routines in code is called needlessly many times. I found some way to reducing this obsolete execution to minimum or even zero. Very likely, the GPU application will be much better optimized than current CPU application, thanks a mentioned optimizations and making a code more parallel.
ID: 1875 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile [AF>Libristes]Maeda
Avatar

Send message
Joined: 12 Dec 15
Posts: 13
Credit: 114,801,452
RAC: 0
Message 1877 - Posted: 10 Jan 2017, 7:35:14 UTC

Any chance in the future to have a CUDA GPU app along with OpenCL app ?
ID: 1877 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
matszpk
Project tester
Volunteer developer

Send message
Joined: 22 Aug 15
Posts: 23
Credit: 7,805,635
RAC: 9
Message 1878 - Posted: 10 Jan 2017, 8:04:33 UTC
Last modified: 10 Jan 2017, 8:05:39 UTC

We have no plans for CUDA GPU app. Altough, Our OpenCL application is designed to be portable between various modern GPU architectures. After the first tests on Radeon GPU's, we will be porting and testing this same application on NVIDIA GPU's.
ID: 1878 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
matszpk
Project tester
Volunteer developer

Send message
Joined: 22 Aug 15
Posts: 23
Credit: 7,805,635
RAC: 9
Message 1893 - Posted: 21 Jan 2017, 21:01:50 UTC

Next progress in porting code to GPU. The almost part of subroutines of main calculating routine (singl) has been ported to GPU code. Now, I will be joining this code to make that routine. Many duplicated executions will be simplified to single calls and some functions will be replaced with single subroutines that doing this same thing (reusing this same code). Very likely, these optimizations will be performed while constructing big parts of code (including that main routine) of application.
ID: 1893 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Mr P Hucker
Avatar

Send message
Joined: 30 Oct 16
Posts: 180
Credit: 18,395,933
RAC: 301
Message 1894 - Posted: 21 Jan 2017, 21:10:51 UTC - in response to Message 1893.  

Your hard work is much appreciated.
ID: 1894 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Yavanius
Avatar

Send message
Joined: 13 May 15
Posts: 87
Credit: 4,320,738
RAC: 12
Message 1913 - Posted: 30 Jan 2017, 4:51:44 UTC - in response to Message 1878.  

After the first tests on Radeon GPU's, we will be porting and testing this same application on NVIDIA GPU's.


Am I reading this correctly as you will only send this out only to identified Radeon GPUs and then later it will move to nVidia GPUs too

Thanks,

~Y
ID: 1913 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Jim1348

Send message
Joined: 28 Feb 15
Posts: 253
Credit: 200,562,581
RAC: 0
Message 1966 - Posted: 17 Feb 2017, 14:51:23 UTC

If OpenCL 2.0 would do you any good at this point, you will be able to use it with the Nvidia cards too.
https://www.phoronix.com/scan.php?page=news_item&px=OpenCL-2.0-NVIDIA-Preps

And I would always suggest optimizing a project (especially a new project) for the newest video cards.
ID: 1966 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
matszpk
Project tester
Volunteer developer

Send message
Joined: 22 Aug 15
Posts: 23
Credit: 7,805,635
RAC: 9
Message 1967 - Posted: 17 Feb 2017, 18:35:58 UTC

I am writing next tool to porting code to GPU. New tool will be much automatic and more smart and it will generates same OpenCL code, tests. Tool is still in development and design stage. More info about progress will be later.
ID: 1967 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Holger

Send message
Joined: 16 Apr 16
Posts: 3
Credit: 19,182,693
RAC: 0
Message 2003 - Posted: 15 Mar 2017, 16:50:00 UTC

Here an suggestion if you need help to test your application on different GPU's.

universe.test@home
ID: 2003 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Mr P Hucker
Avatar

Send message
Joined: 30 Oct 16
Posts: 180
Credit: 18,395,933
RAC: 301
Message 2006 - Posted: 15 Mar 2017, 17:20:34 UTC - in response to Message 2003.  


Here an suggestion if you need help to test your application on different GPU's.

universe.test@home


What do you mean? Is there a test version (what's the full address?) or are you suggesting he should make one?
ID: 2006 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
matszpk
Project tester
Volunteer developer

Send message
Joined: 22 Aug 15
Posts: 23
Credit: 7,805,635
RAC: 9
Message 2008 - Posted: 15 Mar 2017, 17:41:11 UTC

Hi. My experiments with my new unfinished tools gave some considerations and experience. I don't know, what I will make decision. Maybe, I will go back to older tools and I will extend them (this is the most likely choice) to make them more suitable to this project. Nevertheless, works under GPU app will be continued.
ID: 2008 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Holger

Send message
Joined: 16 Apr 16
Posts: 3
Credit: 19,182,693
RAC: 0
Message 2015 - Posted: 15 Mar 2017, 20:39:00 UTC - in response to Message 2006.  


Here an suggestion if you need help to test your application on different GPU's.

universe.test@home


What do you mean? Is there a test version (what's the full address?) or are you suggesting he should make one?


Was only an suggestion from me. ;-)
ID: 2015 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
matszpk
Project tester
Volunteer developer

Send message
Joined: 22 Aug 15
Posts: 23
Credit: 7,805,635
RAC: 9
Message 2072 - Posted: 27 Mar 2017, 20:48:25 UTC

I resumed works on GPU app with older tools. Older tools has been extended to use more complex kernel call's chains and they allow to easier testing. I have hope that changes and improvements will help me while my work.
Now, I will be porting main routine of app.
ID: 2072 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
[VENETO] boboviz

Send message
Joined: 21 Feb 15
Posts: 52
Credit: 318,272
RAC: 0
Message 2210 - Posted: 6 May 2017, 7:10:52 UTC - in response to Message 2072.  

Now, I will be porting main routine of app.


The work on new cpu code is slowing down the work on gpu??
Any test soon???
ID: 2210 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Previous · 1 . . . 3 · 4 · 5 · 6 · 7 · 8 · 9 · Next

Message boards : Number crunching : Gpu App?




Copyright © 2024 Copernicus Astronomical Centre of the Polish Academy of Sciences
Project server and website managed by Krzysztof 'krzyszp' Piszczek