Logo white

codebase / stimlib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 3
  • Merge Requests 0
  • Labels
  • Wiki
  • stimlib
  • stim
  • cuda
  • ivote.cuh
  • change the header files to be compatible with the new organized stim/cuda direct… ...
    96f9b10f
    …ory , and add the stim/cude/ivote subdirectory that includes the ivote related functions
    Laila Saadatifard authored
    2015-09-14 13:43:49 -0500  
    Browse Code »
ivote.cuh 265 Bytes
Edit Raw Blame History
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