Trace fork and join calls
authorJames Reed <jamesreed@fb.com>
Sat, 26 Jan 2019 22:38:12 +0000 (14:38 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 26 Jan 2019 22:42:45 +0000 (14:42 -0800)
commitd1ed0176df9172fcef643172b756c8e32c43533e
treeccd0e5dd8e4b2cd32b68c35dfd800fd9c764fa22
parent8c81a72e87ac4114fbddfadb9285d89a9ead79a1
Trace fork and join calls

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16232

Differential Revision: D13772974

Pulled By: jamesr66a

fbshipit-source-id: b2db370271809e26d3301f8cc98eec567db5e62b
20 files changed:
aten/src/ATen/core/interned_strings.h
test/test_jit.py
tools/autograd/gen_variable_type.py
tools/autograd/templates/python_variable_methods.cpp
tools/build_variables.py
torch/CMakeLists.txt
torch/csrc/autograd/VariableTypeManual.cpp
torch/csrc/jit/attributes.cpp [new file with mode: 0644]
torch/csrc/jit/attributes.h
torch/csrc/jit/custom_operator.h
torch/csrc/jit/init.cpp
torch/csrc/jit/passes/inline_fork_wait.cpp [new file with mode: 0644]
torch/csrc/jit/passes/inline_fork_wait.h [new file with mode: 0644]
torch/csrc/jit/passes/shape_analysis.cpp
torch/csrc/jit/script/compiler.cpp
torch/csrc/jit/script/compiler.h
torch/csrc/jit/tracer.cpp
torch/csrc/jit/tracer.h
torch/csrc/jit/tracing_state.h
torch/onnx/utils.py