Blame view

stim/cuda/ivote_atomic_bb.cuh 317 Bytes
3f0de7dd   Laila Saadatifard   upload the vote a...
1
2
  #ifndef STIM_CUDA_IVOTE_ATOMIC_BB_H
  #define STIM_CUDA_IVOTE_ATOMIC_BB_H
11cd127f   Laila Saadatifard   Leila's ivote pro...
3
  
276f9b23   David Mayerich   forced matching t...
4
  extern bool DEBUG;
11cd127f   Laila Saadatifard   Leila's ivote pro...
5
6
  #include <stim/cuda/ivote/down_sample.cuh>
  #include <stim/cuda/ivote/local_max.cuh>
3f0de7dd   Laila Saadatifard   upload the vote a...
7
8
9
  #include <stim/cuda/ivote/update_dir_bb.cuh>
  #include <stim/cuda/ivote/vote_atomic_bb.cuh>
  
11cd127f   Laila Saadatifard   Leila's ivote pro...
10
11
12
13
14
15
16
17
18
  namespace stim{
  	namespace cuda{
  	
  	}
  }
  
  
  
  #endif