Commit ed43abc2 authored by Andrey Filippov's avatar Andrey Filippov

updated pom to jcuda 10.1.0, moved resources to match src tree

parent 5de61cce
......@@ -37,7 +37,7 @@
<dependency>
<groupId>org.jcuda</groupId>
<artifactId>jcuda</artifactId>
<version>0.9.2</version>
<version>10.1.0</version>
</dependency>
<!--
As of 2018/09/11 TF for GPU on Maven supports CUDA 9.0 (vs latest 9.2)
......
......@@ -206,6 +206,8 @@ public class JCuda_ImageJ_Example_Plugin implements PlugInFilter
*/
private static String readResourceAsString(String name)
{
int a = 0;
Class ccc = JCuda_ImageJ_Example_Plugin.class;
InputStream inputStream =
JCuda_ImageJ_Example_Plugin.class.getResourceAsStream(name);
if (inputStream == null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment