News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

possible to set up CUDA environment in Code::Blocks?

Started by ixfd64, February 26, 2013, 08:09:02 PM

Previous topic - Next topic

ixfd64

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++.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MortenMacFly

Quote from: ixfd64 on February 26, 2013, 08:09:02 PM
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ixfd64