THCGrid.cu 267 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
#ifndef THC_GENERIC_FILE
rusty1s's avatar
typo  
rusty1s committed
2
#define THC_GENERIC_FILE "generic/THCGrid.cu"
rusty1s's avatar
rusty1s committed
3
4
5
6
7
8
9
10
#else

void THCGrid_(THCState *state, THCudaLongTensor *cluster, THCTensor *pos, THCTensor *size,
              THCudaLongTensor *count) {
  printf("THCGrid drin");
}

#endif  // THC_GENERIC_FILE