Re: Hardcoded float not working?
Posted by Miha on Dec 22, 2013; 9:43pm
URL: https://forum.jogamp.org/Hardcoded-float-not-working-tp4030974p4031024.html
I checked paths and libraries and everything is in order (no old libraries).
Compiling (g++ -o hello_world -I$AMDAPPSDKROOT/include main.cpp -lOpenCL) and running C++ example with system OpenCL library (same one as used by JOCL) returns expected result.
I additionaly tried latest OpenCL driver released couple of days ago (fglrx 13.25) and still no luck (C++ works here too).
It looks like I will have to rewrite my application in C++..