Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
![]() |
World Community Grid Forums
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
No member browsing this thread |
Thread Status: Active Total posts in this thread: 7
|
![]() |
Author |
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Hey guys, been back since about a year.
Why on earth there is no GPU project at this moment? GPU's work so more efficient, faster and stuff. It would be such an improvement when people can use there GPU. It's not like that hard to write a GPU workunit, or is it? |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Hey guy, you missed it. The for GPGPU suitable project ran from Q4-2012 to Q2-2013 which caused it [HCC1] to finish several years earlier, so we very well understand what the impact is.
----------------------------------------Got an easy code machine for us to convert the rest of the science applications and still get 'exactly' the same results as produced by the CPU? We'd love to have them. [Edit 1 times, last edit by Former Member at Dec 5, 2013 8:34:47 PM] |
||
|
Coleslaw
Veteran Cruncher USA Joined: Mar 29, 2007 Post Count: 1343 Status: Offline Project Badges: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
DennisM6, please read the multitude of posts in regards to it being up to the scientists to decide if they want to support GPU's and not WCG. Also, it would be wise to do a little more research on the topic because it isn't a simple process and not all science can be ran on the GPU's. Even if the science supports GPU's, the programming is much different and would require someone familiar with either CUDA, CAL, or OpenCL in most cases (and there are a few lesser known ones out there) in order to even get to that point.
----------------------------------------![]() ![]() ![]() ![]() |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Hello DennisM6,
Apparently it is difficult to write a GPU program. The current Mapping Cancer Markers project is run by the same people who wrote the HCC project - both CPU and GPU versions. Right now there is no GPU project in the pipeline. The HCC project was an image analysis program, as was the HDC (Help Defeat Cancer) project many years earlier. I suspect image analysis is relatively easy to port to a GPU. But we don't have an image analysis project. WCG is ready to run a GPU project if anybody approaches us with a good GPU project. Lawrence |
||
|
oscark
Cruncher Joined: Oct 21, 2012 Post Count: 1 Status: Offline Project Badges: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
When adding CUDA acceleration to existing applications, the relevant Visual Studio project files must be updated to include CUDA build customizations. For Visual Studio 2010 or 2012, this can be done using one of the following two methods:
1.Open the Visual Studio 2010 or 2012 project, right click on the project name, and select Build Customizations..., then select the CUDA Toolkit version you would like to target. 2.Alternatively, you can configure your project always to build with the most recently installed version of the CUDA Toolkit. First add a CUDA build customization to your project as above. Then, right click on the project name and select Properties. Under CUDA C/C++, select Common, and set the CUDA Toolkit Custom Dir field to $(CUDA_PATH) . Note that the $(CUDA_PATH) environment variable is set by the installer... CUDA Toolkit: http://docs.nvidia.com/cuda/cuda-getting-star...rosoft-windows/index.html |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
![]() You are a practical man with practical suggestions, oscark! Thanks for the tip. I feel sure that the staff will pass it along to prospective project scientists if it seems relevant. Lawrence |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
oscark,
----------------------------------------Please do not forget about on which platform most of the applications are developped. It is not the Windows but Ubuntu Linux. If you are the one of Windows only cruncher, please be patiant by thinking about Linux crunchers. Please.... ----------------- Sorry, corrected a typo. [Edit 1 times, last edit by Former Member at Dec 10, 2013 6:20:52 PM] |
||
|
|
![]() |