Login  Register

Re: Hardcoded float not working?

Posted by Miha on Dec 20, 2013; 1:58pm
URL: https://forum.jogamp.org/Hardcoded-float-not-working-tp4030974p4031003.html

@Wade Yes, my driver is up to date (Fglrx 13.10) and I can compile and call same kernel from C++ with expected results.

(This works OK: g++ -o hello_world -I$AMDAPPSDKROOT/include -L$AMDAPPSDKROOT/lib main.cpp -lOpenCL)

Does JOCL depend only on driver or does it uses AMD APP SDK? If it does, how can I set where it looks for it?