Hello everyone. I am trying really hard to setup jcuda so that i can run basic samples. I have cuda running properly on version 11. However my jcuda doesnt work when i run a vector addition sample. I get this error:
java: package com.jogamp.opengl does not exist
Conceptually, when you download a specific version of jcuda, you need specific dependencies in the pom file, right? Additionally, you need a specific cuda version, correct? then i add the cuda to the classpath of the jcuda project? i cant tell if i am missing anything conceptually.
I am using the jcuda-master from github, which contains samples like:
JCudaVectorAdd
Also i downloaded these JAR’s from the jcuda tutorial:
The JAR files for JCuda and JCudnn, version 10.0.0
Please let me know if i am missing anything