Blame view

stim/iVote/ivote2/iter_vote2.cuh 194 Bytes
3f2d0f9f   Laila Saadatifard   changing the ivot...
1
2
  #ifndef STIM_CUDA_ITER_VOTE2_H
  #define STIM_CUDA_ITER_VOTE2_H
11cd127f   Laila Saadatifard   Leila's ivote pro...
3
  
6316fca0   Laila Saadatifard   fix the 'unresolv...
4
  //extern bool DEBUG;
3f2d0f9f   Laila Saadatifard   changing the ivot...
5
  
3f2d0f9f   Laila Saadatifard   changing the ivot...
6
7
  #include "update_dir_bb.cuh"
  #include "vote_atomic_bb.cuh"
3f0de7dd   Laila Saadatifard   upload the vote a...
8
  
11cd127f   Laila Saadatifard   Leila's ivote pro...
9
10
11
12
13
14
15
16
17
  namespace stim{
  	namespace cuda{
  	
  	}
  }
  
  
  
  #endif