Commit b87014eff28cdc9babbf3c0923c0d0620b368224

Authored by Jiabing Li
1 parent 58fdd08b

added median filter

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
stim/math/filters/median2.cuh
@@ -12,6 +12,7 @@ @@ -12,6 +12,7 @@
12 #include <stim/cuda/cudatools.h> 12 #include <stim/cuda/cudatools.h>
13 #endif 13 #endif
14 14
  15 +
15 //#include <thrust/sort.h> 16 //#include <thrust/sort.h>
16 //#include <thrust/execution_policy.h> 17 //#include <thrust/execution_policy.h>
17 //#include <thrust/binary_search.h> 18 //#include <thrust/binary_search.h>