Commit c0fc94277f4a5ce9830b9fc2d45b41643c8bc78b

Authored by Tianshu Cheng
1 parent 9dad0974

add array_add.cuh to arraymath.cuh

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
stim/cuda/arraymath.cuh
... ... @@ -5,6 +5,7 @@
5 5 #include <stim/cuda/array_multiply.cuh>
6 6 #include <stim/cuda/array_abs.cuh>
7 7 #include <stim/cuda/array_cart2polar.cuh>
  8 +#include <stim/cuda/gaussian_blur.cuh>
8 9  
9 10 namespace stim{
10 11 namespace cuda{
... ...