pytorch/test/cpp
Mikhail Zolotukhin 0b75f862c7 [TensorExpr] Nuke FunctionCall. (#54998)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/54998

The only reason why we couldn't use Load instead of FunctionCall was
DepTracker. Now this is gone and we finally could replace FunctionCall
with Load.

Test Plan: Imported from OSS

Reviewed By: bertmaher, pbelevich

Differential Revision: D27446412

Pulled By: ZolotukhinM

fbshipit-source-id: 9183ae5541c2618abc9026b1dc4c4c9fab085d47
2021-04-01 19:47:59 -07:00
..
api Implement public API InferenceMode and its error handling (#55008) 2021-03-31 10:48:00 -07:00
common
dist_autograd Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
jit Back out "[pytorch][PR] Merge CUDA Streams and Events" (#54996) 2021-03-31 10:21:35 -07:00
lite_interpreter_runtime [PyTorch] Enable test_lite_interpreter_runtime running in android (#54579) 2021-03-24 14:45:27 -07:00
rpc Avoid aggregate initialization for tensorpipe::{Cpu,Cuda}Buffer and tensorpipe::Message::Tensor. (#55136) 2021-04-01 06:55:02 -07:00
tensorexpr [TensorExpr] Nuke FunctionCall. (#54998) 2021-04-01 19:47:59 -07:00
__init__.py