ivote_atomic_bb.cuh 298 Bytes
#ifndef STIM_CUDA_IVOTE_ATOMIC_BB_H
#define STIM_CUDA_IVOTE_ATOMIC_BB_H

#include <stim/cuda/ivote/down_sample.cuh>
#include <stim/cuda/ivote/local_max.cuh>
#include <stim/cuda/ivote/update_dir_bb.cuh>
#include <stim/cuda/ivote/vote_atomic_bb.cuh>

namespace stim{
	namespace cuda{
	
	}
}



#endif