cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

smatovic
Adept II

Issues with 5770

Examples and simple Code not running

Hello,

i am an running an 5770 on Ubuntu 9.04 x86_64 with SDK 2.1 and Catalyst 10.4.

Hardware seems to be installed correct, Clinfo and FindNumDevices lists the GPU.

The examples give the following message:

"'gummy' is not a recognized processor for this target (ignoring processor)"

 

Some simple code runs on the CPU but not on the GPU. No error is thrown, but the var move is not set to 666.

 

<code>

__kernel void GPUfunction(__global unsigned int *move
                                                            )  {

    *move = 666;
 
}

</code>



There is although an onboard ATI 3200, but it isnt active, neither in BIOS nor in xorg.conf.

 

Regards,

Srdja

0 Likes
2 Replies

smatovic,
Please make sure that any older SDK's are not in your path.
0 Likes

great support,  i forgot to set the new path, thanks.

0 Likes