pytorch/test/cpp/lazy
Will Constable d67a265881 Sync lazy_tensor_staging to master (#74311)
Summary:
This merges changes that have already been reviewed/landed onto lazy_tensor_staging branch.  It combines changes from multiple PRs into one diff.

updated from lazy_tensor_staging on 3/16

Pull Request resolved: https://github.com/pytorch/pytorch/pull/74311

Test Plan:
Run CI to ensure compilation on various platforms
Run unit tests on lazy_tensor_staging branch with source version of all these diffs

Reviewed By: desertfire

Differential Revision: D34929235

fbshipit-source-id: babbc3bbeabc5b8107ee9284ed7765887a148622
(cherry picked from commit d91577a6557343ec536f6859e4808ec1a8a9b685)
2022-03-17 16:08:57 +00:00
..
CMakeLists.txt
test_backend_device.cpp
test_cache.cpp Sync lazy_tensor_staging to master (#74311) 2022-03-17 16:08:57 +00:00
test_ir.cpp Sync lazy_tensor_staging to master (#74311) 2022-03-17 16:08:57 +00:00
test_ir_util.cpp Sync lazy_tensor_staging to master (#74311) 2022-03-17 16:08:57 +00:00
test_lazy_ops.cpp Add lazy tensor unit tests, disabled (#74309) 2022-03-17 15:31:26 +00:00
test_lazy_ops_util.cpp Add lazy tensor unit tests, disabled (#74309) 2022-03-17 15:31:26 +00:00
test_lazy_ops_util.h Add lazy tensor unit tests, disabled (#74309) 2022-03-17 15:31:26 +00:00
test_misc.cpp Run lazy tensor codegen in generate_code.py (#73996) 2022-03-17 15:31:26 +00:00
test_permutation_util.cpp
test_shape.cpp [LT] Remove torch::lazy::convertShapes (#71291) 2022-01-14 12:06:39 -08:00
test_tensor_impl.cpp
test_util.cpp