Commit ed43abc2 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

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

parent 5de61cce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+33 −31
Original line number Diff line number Diff line
@@ -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)