extensions.h 134 Bytes
Newer Older
Matthias Fey's avatar
Matthias Fey committed
1
2
#include "macros.h"
#include <torch/extension.h>
3
4
5
6
7
8
9

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