torch-mlir/python/torch_mlir/csrc/reference_lazy_backend
Henry Tu 2c3b3606d0 Resolve remaining LTC CI failures (#1110)
* Replace CHECK_EQ with TORCH_CHECK_EQ

* Check value of TORCH_MLIR_USE_INSTALLED_PYTORCH during LTC build

* Update LTC XFAIL with NewZerosModule ops

* Explicitly blacklist _like ops

* Automatically blacklist new_/_like ops

* Prune away unused Python dependencies from LTC

* Add flag to disable LTC

* Autogen dummy _REFERENCE_LAZY_BACKEND library when LTC is disabled

* Implement compute_shape_var

* Removed Var tests from XFAIL Set

* XFAIL tests using _local_scalar_dense or index.Tensor

* Add StdDim tests to XFAIL set

* Autogen aten::cat
2022-07-30 09:40:02 -04:00
..
CMakeLists.txt Resolve remaining LTC CI failures (#1110) 2022-07-30 09:40:02 -04:00
__init__.py Reference Lazy Backend (#1045) 2022-07-30 09:40:02 -04:00
backend_impl.cpp Resolve CI testing failure for Lazy Tensor Core (#1088) 2022-07-30 09:40:02 -04:00
backend_impl.h Reference Lazy Backend (#1045) 2022-07-30 09:40:02 -04:00
gen_dummy_lib.py Resolve remaining LTC CI failures (#1110) 2022-07-30 09:40:02 -04:00
reference_lazy_backend_pybind.cpp Reference Lazy Backend (#1045) 2022-07-30 09:40:02 -04:00