Blame view

stim/cuda/ivote_atomic.cuh 391 Bytes
11cd127f   Laila Saadatifard   Leila's ivote pro...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  #ifndef STIM_CUDA_IVOTE_ATOMIC_H
  #define STIM_CUDA_IVOTE_ATOMIC_H
  
  #include <stim/cuda/ivote/down_sample.cuh>
  #include <stim/cuda/ivote/local_max.cuh>
  #include <stim/cuda/ivote/update_dir_global.cuh>
  //#include <stim/cuda/ivote/vote_shared_32-32.cuh>
  #include <stim/cuda/ivote/vote_atomic_shared.cuh>
  #include <stim/cuda/ivote/re_sample.cuh>
  namespace stim{
  	namespace cuda{
  	
  	}
  }
  
  
  
  #endif