iter_vote2.cuh 217 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 #ifndef STIM_CUDA_ITER_VOTE2_H #define STIM_CUDA_ITER_VOTE2_H extern bool DEBUG; #include "local_max.cuh" #include "update_dir_bb.cuh" #include "vote_atomic_bb.cuh" namespace stim{ namespace cuda{ } } #endif