Login  Register

Re: ATI Stream SDK

Posted by Siassei on Nov 12, 2010; 10:15am
URL: https://forum.jogamp.org/ATI-Stream-SDK-tp1872773p1888047.html

Nobody a idea?

Oh, micheal wrote:
>does the webstart CLInfo util work?
> -> http://jogamp.org/jocl-demos/www/

It does'nt work. With openjdk and sunJDK doesn't work.

Error - Message:
"I tried hard but I really can't initialize JOCL. Is OpenCL properly set up?
com.jogamp.common.JogampRuntimeException: JOCL initialization error.
        at com.jogamp.opencl.CLPlatform.initialize(CLPlatform.java:111)
        at com.jogamp.opencl.demos.info.CLInfo.main(CLInfo.java:37)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:461)
        at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:732)
Caused by: com.jogamp.common.JogampRuntimeException: OpenCL library not found.
        at com.jogamp.opencl.CLPlatform$2.run(CLPlatform.java:97)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.jogamp.opencl.CLPlatform.initialize(CLPlatform.java:92)
        ... 7 more