cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

julesd
Journeyman III

ATI Stream 2.2 and CodeBlocks 10.05

How do I setup Codeblocks 10.05 to work with ATI Stream 2.2?

 

Sorry for the double post.

0 Likes
4 Replies
nou
Exemplar

i will assume that you want work on linux.

install my packages and then just #include and add OpenCL into link libraries in project->build options->linker setting.

0 Likes
julesd
Journeyman III

Sorry, for windows 7 64 bit.

0 Likes

install SDK from AMD page.then add search path in build options to C:\Program Files (x86)\ATI Stream\include dir under compiler tab and C:\Program Files (x86)\ATI Stream\lib\x86 under linker tab.

0 Likes

Thanks got it working.

0 Likes