Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: ixfd64 on February 26, 2013, 08:09:02 pm

Title: possible to set up CUDA environment in Code::Blocks?
Post by: ixfd64 on February 26, 2013, 08:09:02 pm
I've been learning CUDA programming in the past few months. It seems Visual C++ is the IDE of choice, but it seems to be a resource hog.

That having been said, is it possible to set up a CUDA development environment in Code::Blocks? I've searched everywhere, but all the tutorials I've found are for Visual C++.
Title: Re: possible to set up CUDA environment in Code::Blocks?
Post by: stahta01 on February 26, 2013, 09:28:27 pm
Found this link search this site. No idea if the info is good or current.

http://benbarsdell.blogspot.com/2009/03/cuda-in-codeblocks-first-things-second.html (http://benbarsdell.blogspot.com/2009/03/cuda-in-codeblocks-first-things-second.html)

Where I found the link http://forums.codeblocks.org/index.php/topic,16151.0.html (http://forums.codeblocks.org/index.php/topic,16151.0.html)

Tim S.
Title: Re: possible to set up CUDA environment in Code::Blocks?
Post by: MortenMacFly on February 27, 2013, 06:49:32 am
That having been said, is it possible to set up a CUDA development environment in Code::Blocks?
Literally any SDK should be possible to use within C::B if it is supported by the compiler of your choice.
Title: Re: possible to set up CUDA environment in Code::Blocks?
Post by: ixfd64 on March 04, 2013, 06:34:31 pm
Found this link search this site. No idea if the info is good or current.

http://benbarsdell.blogspot.com/2009/03/cuda-in-codeblocks-first-things-second.html (http://benbarsdell.blogspot.com/2009/03/cuda-in-codeblocks-first-things-second.html)

Where I found the link http://forums.codeblocks.org/index.php/topic,16151.0.html (http://forums.codeblocks.org/index.php/topic,16151.0.html)

Tim S.

Thanks for the link. I'll definitely look into it.