cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

maxhsy
Journeyman III

New user to OpenCL

Hello everyone,

I am a student and decided to studying OpenCL as my final year project,

however I am total new for this,

I am a java language user, no background of C++,

platform I'm using: ATI 5850, AMD APP, MSVS2010

the problem im facing now is that I'm trying to write my own Hello World for OpenCL,

but it seen I need to import some header and to define variables in my new project in VS2010,

can anyone give me some advice to know how to do that? I know its using include, I mean should I put the .p files and cl.hpp to my project folder or how?

thanks for your time 🙂

0 Likes
4 Replies
NURBS
Journeyman III

I would suggest you downloading the OpenCL sdks from AMD(or Intel or NVIDIA), and look at their Hello world.

0 Likes

maxhsy,
You might want to check out aparapi, which is java on top of OpenCL. More information can be found here:
http://developer.amd.com/zones...api/Pages/default.aspx
0 Likes

thanks!! I'm looking now 🙂

0 Likes
notzed
Challenger

If you use Java, use JOCL.  There are a couple of versions, but I use the one from jogamp.org

Aparapi is a way to avoid opencl itself, so might not be what you want (or maybe it is).

 

0 Likes