extensions.h 131 Bytes
Newer Older
quyuanhao123's avatar
quyuanhao123 committed
1
2
3
4
5
6
7
8
9
10

#include <torch/torch.h>
#include "sparse.h"

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