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

void cluster_(serial)(THCState *state, THCudaLongTensor *output, THCudaLongTensor *row, THCudaLongTensor *col, THCTensor *weight, THCudaLongTensor *degree) {
}

#endif