cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

luxert
Journeyman III

I have a problum.. clCreateContextFromType()

I used Radeon 3850 Graphic card..

AIT stream's OpenCL Example used this,,

clCreateContextFromType( ,, CL_DEVICE_TYPE_CPU ,,)...

,, I want to use "CL_DEVICE_TYPE_GPU"..

So, I writed,, this

clCreateContextFromType( ,, CL_DEVICE_TYPE_GPU ,,)..

But, device count is 0...  hum....

 

What's long wih my 3850 Graphic card and source?

0 Likes
3 Replies
omkaranathan
Adept I

ATI Stream SDK 2.0 beta-2 is a CPU only release, there is no support for GPUs yet.

 

0 Likes

now is there still no support for GPUs yet? if so, how to programe in ATI's GPUs? what tools? Thanks!

0 Likes

from beta4 there i support to radeon 4xxx and later. so download final Stream SDK 2.0 and you get GPU support.

older GPU are not supported. and will not be supported.

0 Likes