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