Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
ed43abc2
Commit
ed43abc2
authored
Feb 29, 2020
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated pom to jcuda 10.1.0, moved resources to match src tree
parent
5de61cce
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
32 deletions
+34
-32
pom.xml
pom.xml
+1
-1
JCuda_ImageJ_Example_Plugin.java
...va/com/elphel/imagej/gpu/JCuda_ImageJ_Example_Plugin.java
+33
-31
JCudaImageJExampleKernel.cu
...sources/com/elphel/imagej/gpu/JCudaImageJExampleKernel.cu
+0
-0
dtt8x8.cuh
src/main/resources/com/elphel/imagej/gpu/dtt8x8.cuh
+0
-0
No files found.
pom.xml
View file @
ed43abc2
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<dependency>
<dependency>
<groupId>
org.jcuda
</groupId>
<groupId>
org.jcuda
</groupId>
<artifactId>
jcuda
</artifactId>
<artifactId>
jcuda
</artifactId>
<version>
0.9.2
</version>
<version>
10.1.0
</version>
</dependency>
</dependency>
<!--
<!--
As of 2018/09/11 TF for GPU on Maven supports CUDA 9.0 (vs latest 9.2)
As of 2018/09/11 TF for GPU on Maven supports CUDA 9.0 (vs latest 9.2)
...
...
src/main/java/com/elphel/imagej/gpu/JCuda_ImageJ_Example_Plugin.java
View file @
ed43abc2
...
@@ -206,6 +206,8 @@ public class JCuda_ImageJ_Example_Plugin implements PlugInFilter
...
@@ -206,6 +206,8 @@ public class JCuda_ImageJ_Example_Plugin implements PlugInFilter
*/
*/
private
static
String
readResourceAsString
(
String
name
)
private
static
String
readResourceAsString
(
String
name
)
{
{
int
a
=
0
;
Class
ccc
=
JCuda_ImageJ_Example_Plugin
.
class
;
InputStream
inputStream
=
InputStream
inputStream
=
JCuda_ImageJ_Example_Plugin
.
class
.
getResourceAsStream
(
name
);
JCuda_ImageJ_Example_Plugin
.
class
.
getResourceAsStream
(
name
);
if
(
inputStream
==
null
)
if
(
inputStream
==
null
)
...
...
src/main/resources/JCudaImageJExampleKernel.cu
→
src/main/resources/
com/elphel/imagej/gpu/
JCudaImageJExampleKernel.cu
View file @
ed43abc2
File moved
src/main/resources/dtt8x8.cuh
→
src/main/resources/
com/elphel/imagej/gpu/
dtt8x8.cuh
View file @
ed43abc2
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment