Click here to Skip to main content
15,892,161 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Anyone here used CUDA? Pin
Nelek19-Mar-20 12:27
protectorNelek19-Mar-20 12:27 
GeneralRe: Anyone here used CUDA? Pin
mischasan20-Mar-20 6:54
mischasan20-Mar-20 6:54 
AnswerRe: Anyone here used CUDA? Pin
Rick York19-Mar-20 9:53
mveRick York19-Mar-20 9:53 
GeneralRe: Anyone here used CUDA? Pin
Chris Maunder19-Mar-20 9:55
cofounderChris Maunder19-Mar-20 9:55 
AnswerRe: Anyone here used CUDA? Pin
Mark Jerzykowski19-Mar-20 23:07
professionalMark Jerzykowski19-Mar-20 23:07 
AnswerRe: Anyone here used CUDA? Pin
Dean Hawthorne20-Mar-20 2:36
Dean Hawthorne20-Mar-20 2:36 
AnswerRe: Anyone here used CUDA? Pin
Jan Heckman20-Mar-20 6:09
professionalJan Heckman20-Mar-20 6:09 
AnswerRe: Anyone here used CUDA? Pin
Member 1008817120-Mar-20 11:29
Member 1008817120-Mar-20 11:29 
I have used Cuda\C\C++ for simple pattern matching on fairly large data sets. Keep in mind that there are some performance limitations when using Cuda due to the time required to marshal data to and from GPU memory and when the algorithm requires multiple synchronizations but still the performance is impressive.
Keep in mind that Cuda is not the solution for all problems; clever algorithm implemented on CPU only can match or even outperform GPU code in some scenarios. It is fun to play with good old C and different memory types of GPU. Debugging is more challenging and separate compilation that requires two compilers (NVCC and C/C++) is sometimes creating unexpected issues. Finding help on the web is more difficult than with more established technologies. I am using Visual Studio to do all of that on Windows.
AnswerRe: Anyone here used CUDA? Pin
Jürgen Schuck21-Mar-20 8:41
professionalJürgen Schuck21-Mar-20 8:41 
AnswerRe: Anyone here used CUDA? Pin
Electroduck21-Mar-20 10:08
Electroduck21-Mar-20 10:08 
GeneralThe new productivity killer Pin
Chris Maunder19-Mar-20 7:06
cofounderChris Maunder19-Mar-20 7:06 
GeneralRe: The new productivity killer PinPopular
Greg Utas19-Mar-20 7:13
professionalGreg Utas19-Mar-20 7:13 
GeneralRe: The new productivity killer Pin
raddevus19-Mar-20 7:18
mvaraddevus19-Mar-20 7:18 
GeneralRe: The new productivity killer Pin
honey the codewitch19-Mar-20 7:58
mvahoney the codewitch19-Mar-20 7:58 
GeneralRe: The new productivity killer Pin
honey the codewitch19-Mar-20 8:00
mvahoney the codewitch19-Mar-20 8:00 
GeneralRe: The new productivity killer Pin
raddevus19-Mar-20 7:19
mvaraddevus19-Mar-20 7:19 
GeneralRe: The new productivity killer Pin
Mark_Wallace19-Mar-20 7:44
Mark_Wallace19-Mar-20 7:44 
GeneralRe: The new productivity killer Pin
Chris Maunder19-Mar-20 8:07
cofounderChris Maunder19-Mar-20 8:07 
GeneralRe: The new productivity killer Pin
Mike Hankey19-Mar-20 7:22
mveMike Hankey19-Mar-20 7:22 
GeneralRe: The new productivity killer Pin
kmoorevs19-Mar-20 9:06
kmoorevs19-Mar-20 9:06 
GeneralRe: The new productivity killer Pin
W Balboos, GHB19-Mar-20 9:57
W Balboos, GHB19-Mar-20 9:57 
GeneralRe: The new productivity killer Pin
Chris Maunder19-Mar-20 10:18
cofounderChris Maunder19-Mar-20 10:18 
GeneralRe: The new productivity killer Pin
Nelek19-Mar-20 12:25
protectorNelek19-Mar-20 12:25 
GeneralRe: The new productivity killer Pin
Gary R. Wheeler19-Mar-20 10:25
Gary R. Wheeler19-Mar-20 10:25 
GeneralRe: The new productivity killer Pin
Nand3219-Mar-20 20:51
Nand3219-Mar-20 20:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.