Blame view

stim/cuda/ivote_atomic_bb.cuh 298 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
4
5
  
  #include <stim/cuda/ivote/down_sample.cuh>
  #include <stim/cuda/ivote/local_max.cuh>
3f0de7dd   Laila Saadatifard   upload the vote a...
6
7
8
  #include <stim/cuda/ivote/update_dir_bb.cuh>
  #include <stim/cuda/ivote/vote_atomic_bb.cuh>
  
11cd127f   Laila Saadatifard   Leila's ivote pro...
9
10
11
12
13
14
15
16
17
  namespace stim{
  	namespace cuda{
  	
  	}
  }
  
  
  
  #endif