grid_cuda.c 273 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
#ifndef THC_GENERIC_FILE
rusty1s's avatar
rusty1s committed
2
#define THC_GENERIC_FILE "generic/grid_cuda.c"
rusty1s's avatar
rusty1s committed
3
4
#else

5
6
void cluster_(grid)(int C, THCudaLongTensor *output, THCTensor *position, THCTensor *size, THCudaLongTensor *count) {
  cluster_kernel_(grid)(state, C, output, position, size, count);
rusty1s's avatar
rusty1s committed
7
8
9
}

#endif