jCUDA 1.1 released API improvments, extended functionality

Hello everyone,

Version 1.1 of jCUDA is released to the public.
Many API improvements were added in this release:

  • Object oriented API for CUDA, CUFFT and OpenGL functionality
  • Splitting CUDA and CUFFT to different, standalone, native libraries
  • Extending the native interface to provide more functionality

To download: [url=“http://www.gass-ltd.co.il/en/products/jcuda/”]http://www.gass-ltd.co.il/en/products/jcuda/[/url]
A link to the blog post.

Best Regards,
Moti.

Thank you Moti,
I really appreciated your effort on Jcuda External Image

Thank you Anak, your comments were very important as well.

[url=“http://www.gass-ltd.co.il/en/products/jcuda/”]http://www.gass-ltd.co.il/en/products/jcuda/[/url] can not open.
Can you send to dicom3@163.com, thank you.

Hi dicom3,

Can you try again?

The URL you mentioned works fine.

If it doesn’t, let me know what platforms interest you.

Moti.

HI, IM TRYIN TO USE JCUDA, I DOWNLOADED 1.1 VERSION, BUT I DIDNT FIND ANY INSTALL INSTRUCTIONS, SO I ADD THE .JAR TO MY PROYECT, THE DLL’S FILES TO MY PATH, IT COMPILES WELL, BUT WHEN I RUN “LoadModule.java” THIS HAPPEN

Exception in thread “main” java.lang.UnsatisfiedLinkError: no jcuda in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at jcuda.driver.CUDADriver.(CUDADriver.java:909)
at jcuda.CUDA.init(CUDA.java:62)
at jcuda.CUDA.(CUDA.java:42)
at cuda.LoadModule.main(LoadModule.java:26)
Java Result: 1

SO. I SEARCH FOR INTALL INSTRUCTIONS, I DIDNT FIND IT, CAN U HELP ME?
IM USING WIN XP
NETBEANS IDE
JCUDA 1.1
CUDA TOOLKIT

hi,
Which CUDA toolkit are you using , if I dont wrong the version 1.0 wont work for me,the latest is fine
try to make sure everything is installed properly or it cause by just a simple mistake like I did before(I forget to put the jcuda.dll and jcudafft.dll inside the jdk binary… >.< )

good luck