kernel.cu 354 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
#include <THC/THC.h>

3
#include "kernel.h"
rusty1s's avatar
rusty1s committed
4

5
6
7
8
9
10
11
12
13
void testtest(THCState *state, THCudaTensor *output) {
  printf("ICH BIN ENDLICH DRIN");
}

/* #define scatter_(NAME) TH_CONCAT_4(scatter_, NAME, _kernel_, Real) */
/* #define index_backward TH_CONCAT_2(index_backward_kernel_, Real) */

/* #include "generic/kernel.cu" */
/* #include "THCGenerateAllTypes.h" */