THCCGrid.c 224 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
8
9
10
11
#include <THC/THC.h>

#include "THCGrid.h"

#define THCCGrid_ TH_CONCAT_3(THCC,Real,Grid)
#define THCGrid_ TH_CONCAT_3(THC,CReal,Grid)

extern THCState *state;

#include "generic/THCCGrid.c"
#include "THCGenerateAllTypes.h"