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

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

#endif