java.lang.ExceptionInInitializerError: unable to load from#4
java.lang.ExceptionInInitializerError: unable to load from#4databig wants to merge 1 commit intodlwh:masterfrom
Conversation
|
Pretty sure you're using an incompatible version of CUDA. What version are On Fri, Apr 10, 2015 at 2:17 PM, databig notifications@github.com wrote:
|
|
I have the same issue. In fact, I am using CUDA 7.0. Any chance the project will be ported to more recent versions of CUDA? I tried doing this myself, but there are a lot of dependencies that need poring as well, and I am no CUDA expert |
|
Sorry, I'll get to it eventually, but i'm a bit swamped right now. On Tue, Jul 14, 2015 at 1:44 AM, Andrea Ferretti notifications@github.com
|
Welcome to Scala version 2.11.1 (IBM J9 VM, Java 1.7.0).
Type in expressions to have them evaluated.
Type :help for more information.
scala> import jcuda.jcublas.{cublasHandle, JCublas2}
import jcuda.jcublas.{cublasHandle, JCublas2}
scala>
scala> implicit val handle = new cublasHandle
handle: jcuda.jcublas.cublasHandle = cublasHandle[nativePointer=0x0]
scala> JCublas2.cublasCreate(handle)
java.lang.ExceptionInInitializerError: unable to load from [jcublas2-linux-x86_64.so]
at com.github.fommil.jni.JniLoader.load(JniLoader.java:81)
at jcuda.jcublas.JCublas2.initialize(JCublas2.java:79)
at jcuda.jcublas.JCublas2.(JCublas2.java:65)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:237)
... 45 elided
@dlwh Could you please take a look?