pytorch/test
Ailing Zhang 6ab2e7442d Autograd using torchscript (#14604)
Summary:
This PR enables autodiff to use the forward/backward graph compiled from python code, instead of using symbolic gradients(modifying the original graph directly).

We put the map in a separate .h file for now to wait for the native_functions.yaml and derivatives.yaml merge. This should ideally go into native_functions.yaml eventually.

This PR should be enough to unblock us for now, we can start writing gradients for aten functions in python.

Differential Revision: D13494635

Pulled By: ailzhang

fbshipit-source-id: f8d51a15243ac46afd09d930c573ccdfcd9fdaaf
2018-12-18 19:10:57 -08:00
..
bottleneck
cpp Autograd using torchscript (#14604) 2018-12-18 19:10:57 -08:00
cpp_extensions Fix for issue 14829 (#14908) 2018-12-17 14:28:50 -08:00
custom_operator Delete at::current_device(), Context::current_device() and Context::getNumGPUs() (#14414) 2018-12-03 10:54:52 -08:00
data
error_messages
expect Autograd using torchscript (#14604) 2018-12-18 19:10:57 -08:00
ffi/src
onnx Fix the (reduce)min and (reduce)max ONNX exporting (#15241) 2018-12-18 11:48:06 -08:00
optim
test_module
common_cuda.py
common_methods_invocations.py Fix derivative for mvlgamma (#15049) 2018-12-13 20:32:57 -08:00
common_nn.py Bicubic interpolation for nn.functional.interpolate (#9849) 2018-12-17 15:31:48 -08:00
common_utils.py
expecttest.py
run_test.py Allow building libraries with setuptools that dont have abi suffix (#14130) 2018-11-27 17:35:53 -08:00
test_autograd.py gradcheck (#14596) 2018-12-06 18:03:38 -08:00
test_c10d.py add gloo support for gather on GPU (#14916) 2018-12-11 21:21:10 -08:00
test_cpp_extensions.py Fix _apply in nn.Module (#15305) 2018-12-17 16:22:21 -08:00
test_cuda.py [TensorIterator fixing mean to output correct result for half precisi… (#14878) 2018-12-17 20:13:30 -08:00
test_cuda_primary_ctx.py
test_dataloader.py Revert D13289919: [pytorch][PR] [DataLoader] Refactor dataloader.py 2018-12-04 20:25:16 -08:00
test_distributed.py Improve assertion failure message (#14813) 2018-12-05 17:20:25 -08:00
test_distributions.py Remove disabled_features in hipify 2018-12-13 15:43:57 -08:00
test_expecttest.py
test_indexing.py Issue 14984: Remove divide by zero error in index_put_ (#14986) 2018-12-11 13:38:12 -08:00
test_indexing_cuda.py Speed-up "advanced" indexing operations (#13420) 2018-11-27 15:23:59 -08:00
test_jit.py Minor clean up for test_jit (#15368) 2018-12-18 18:26:37 -08:00
test_multiprocessing.py Disable test_leaf_variable_sharing on ASAN runs 2018-12-10 10:43:05 -08:00
test_multiprocessing_spawn.py Binding for prctl(PR_SET_PDEATHSIG) (#14491) 2018-11-29 20:09:19 -08:00
test_nccl.py
test_nn.py Fix _apply in nn.Module (#15305) 2018-12-17 16:22:21 -08:00
test_numba_integration.py
test_optim.py Redefine scheduler to set learning rate using recursive formula (#14010) 2018-12-18 16:44:31 -08:00
test_sparse.py enabled tests in test_nn, test_cuda and test_sparse (#15232) 2018-12-14 14:27:57 -08:00
test_thd_distributed.py
test_torch.py Port torch.linspace to ATen and parallelize it on CPU. 2018-12-18 15:01:49 -08:00
test_type_info.py
test_utils.py Make checkpoint_sequential work with multiple arguments (#14278) 2018-12-04 18:47:43 -08:00