Move JIT-related files to jit dir. Remove IR interpreter

This commit is contained in:
Adam Paszke
2017-07-16 19:04:13 -04:00
committed by Soumith Chintala
parent 1325fa511c
commit ea05ac8f41
15 changed files with 46 additions and 180 deletions

View File

@ -1,5 +1,4 @@
#include "torch/csrc/autograd/python_variable.h"
#include "torch/csrc/autograd/python_ir.h"
#include <structmember.h>
@ -9,6 +8,7 @@
#include "torch/csrc/autograd/python_cpp_function.h"
#include "torch/csrc/autograd/python_hook.h"
#include "torch/csrc/autograd/functions/accumulate_grad.h"
#include "torch/csrc/jit/python_ir.h"
#include "torch/csrc/cuda/AutoGPU.h"
#include "torch/csrc/utils/auto_gil.h"
#include "torch/csrc/Exceptions.h"