Commit 42890942d2829f6067d9215daa1aff5379d2651a

Authored by Tianshu Cheng
1 parent 19e4d06a

add conv2.cuh

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
stim/cuda/arraymath.cuh
... ... @@ -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{
... ...