extensions.h 131 Bytes
Newer Older
1
2

#include <torch/torch.h>
Daniel Falbel's avatar
Daniel Falbel committed
3
#include "sparse.h"
4
5
6
7
8
9
10

// for getpid()
#ifdef _WIN32
#include <process.h>
#else
#include <unistd.h>
#endif