Running the jocl demos on ATI card
Posted by harishd on Oct 13, 2010; 6:20pm
URL: https://forum.jogamp.org/Running-the-jocl-demos-on-ATI-card-tp1696287.html
Hi,
I'm trying to run the demos on my ATI card (HD 4850 and 5770) and am having problems with some of the demos.
For example, in radix sort, I get the following compiler error in RadixSort.cl (line 92)
error: non-kernel
function: variable with automatic storage duration cannot be stored
in a named address space
__local uint numtrue;
^
When i remove the local classifier (which I guess I shouldn't do), the program executes but incorrectly.
It would help if any of you know how to get this to run on ATI cards.
thanks,
Harish.