Blame view

stim/cuda/ivote.cuh 265 Bytes
96f9b10f   Laila Saadatifard   change the header...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  #ifndef STIM_CUDA_IVOTE_H
  #define STIM_CUDA_IVOTE_H
  
  #include <stim/cuda/ivote/down_sample.cuh>
  #include <stim/cuda/ivote/local_max.cuh>
  #include <stim/cuda/ivote/update_dir.cuh>
  #include <stim/cuda/ivote/vote.cuh>
  
  namespace stim{
  	namespace cuda{
  	
  	}
  }
  
  
  
  #endif