pytorch/test/cpp/lazy
Will Constable 44a8d4d998 Add lazy tensor unit tests, disabled (#74309)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/74309

Since the test file is large, it can be landed on its own and then switched on
in the diff that actually builds lazy tensor code.

Test Plan: verify CI passes

Reviewed By: desertfire

Differential Revision: D34928619

fbshipit-source-id: cd556155326f7fb55b3f29031f80bc36c936d565
(cherry picked from commit 60945adbefb6a8d19f89e330f8b344d076b13bfc)
2022-03-17 15:31:26 +00:00
..
CMakeLists.txt [LTC] Upstream LTCTensorImpl (#70062) 2021-12-22 03:21:52 -08:00
test_backend_device.cpp [LTC] Export torch::lazy::GetBackendDevice() (#70963) 2022-01-07 13:13:18 -08:00
test_cache.cpp Revert D34342689: Revert D34250357: Sync lazy_tensor_staging back to master 2022-02-18 17:31:21 +00:00
test_ir.cpp Run lazy tensor codegen in generate_code.py (#73996) 2022-03-17 15:31:26 +00:00
test_ir_util.cpp Revert D34342689: Revert D34250357: Sync lazy_tensor_staging back to master 2022-02-18 17:31:21 +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 [LT] Upstream LazyView and view ops IR Nodes (#69277) 2021-12-04 08:44:54 -08:00
test_shape.cpp [LT] Remove torch::lazy::convertShapes (#71291) 2022-01-14 12:06:39 -08:00
test_tensor_impl.cpp [LTC] Upstream LTCTensorImpl (#70062) 2021-12-22 03:21:52 -08:00
test_util.cpp