Skip to content

Instantly share code, notes, and snippets.

@j314erre
Created November 24, 2015 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j314erre/e151f5955c211fb37d54 to your computer and use it in GitHub Desktop.
Save j314erre/e151f5955c211fb37d54 to your computer and use it in GitHub Desktop.
java.lang.IllegalStateException: Unable to find path /tmp/nd4j-kernels/output/std_strided.cubin. Recompiling
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.nd4j.linalg.jcublas.ops.executioner.JCudaExecutioner.<init>(JCudaExecutioner.java:57)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at java.lang.Class.newInstance(Class.java:383)
at org.nd4j.linalg.factory.Nd4j.initWithBackend(Nd4j.java:4551)
at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:4499)
at org.nd4j.linalg.factory.Nd4j.<clinit>(Nd4j.java:140)
at linguastat.deeplearning.IrisExample.main(IrisExample.java:62)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalStateException: Unable to find path /tmp/nd4j-kernels/output/std_strided.cubin. Recompiling
at org.nd4j.linalg.jcublas.SimpleJCublas.<clinit>(SimpleJCublas.java:49)
... 10 more
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalStateException: Unable to find path /tmp/nd4j-kernels/output/std_strided.cubin. Recompiling
at org.nd4j.linalg.jcublas.SimpleJCublas.init(SimpleJCublas.java:94)
at org.nd4j.linalg.jcublas.SimpleJCublas.<clinit>(SimpleJCublas.java:47)
... 10 more
Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: Unable to find path /tmp/nd4j-kernels/output/std_strided.cubin. Recompiling
at org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader.compileAndLoad(KernelFunctionLoader.java:274)
at org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader.compileAndLoad(KernelFunctionLoader.java:200)
at org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader.load(KernelFunctionLoader.java:167)
at org.nd4j.linalg.jcublas.SimpleJCublas.init(SimpleJCublas.java:92)
... 11 more
Caused by: java.lang.IllegalStateException: Unable to find path /tmp/nd4j-kernels/output/std_strided.cubin. Recompiling
at org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader.loadModules(KernelFunctionLoader.java:287)
at org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader.compileAndLoad(KernelFunctionLoader.java:263)
... 14 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment