THCCGrid.c 252 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
8
9
10
11
#ifndef THC_GENERIC_FILE
#define THC_GENERIC_FILE "generic/THCCGrid.c"
#else

void THCCGrid_(THCudaLongTensor *cluster, THCTensor *pos, THCTensor *size,
               THCudaLongTensor *count) {
  THCGrid_(state, cluster, pos, size, count);
}

#endif