#ifndef THC_GREEDY_INC #define THC_GREEDY_INC #include #define THCGreedy_ TH_CONCAT_3(TH,CReal,Greedy) #ifdef __cplusplus extern "C" { #endif // __cplusplus void THCGreedy(THCState *state, THCudaLongTensor *cluster, THCudaLongTensor *row, THCudaLongTensor *col, THCudaLongTensor *deg); #include "generic/THCGreedy.h" #include "THC/THCGenerateAllTypes.h" #ifdef __cplusplus } #endif // __cplusplus #endif // THC_GREEDY_INC