ivote_atomic.cuh 391 Bytes
#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