codebase
/
stimlib
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
3
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
42890942d2829f6067d9215daa1aff5379d2651a
Authored by
Tianshu Cheng
2015-09-04 15:55:36 -0500
1 parent
19e4d06a
add conv2.cuh
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
stim/cuda/arraymath.cuh
Inline
Side-by-side
stim/cuda/arraymath.cuh
Wrap text
Show/Hide comments
View file @
4289094
...
...
@@ -6,6 +6,7 @@
6
6
#include <stim/cuda/array_abs.cuh>
7
7
#include <stim/cuda/array_cart2polar.cuh>
8
8
#include <stim/cuda/gaussian_blur.cuh>
9
+#include <stim/cuda/conv2.cuh>
9
10
10
11
namespace stim{
11
12
namespace cuda{
...
...