diff --git a/README.md b/README.md index 3469cdeb8..932c7eab5 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,9 @@ torch-mlir prediction ### LazyTensorCore -The LazyTensorCore integration is still in progress, and is being built on the -[`torch_mlir_ltc_backend` branch](https://github.com/llvm/torch-mlir/tree/torch_mlir_ltc_backend). +Lazy Tensor Core support is provided through an abstract [`TorchMlirBackendImpl`](python/torch_mlir/csrc/base_lazy_backend/backend_impl.h) class. An example implementation is available [here](examples/ltc_backend/ltc_backend). + +There are also examples of a [HuggingFace BERT](examples/ltc_backend_bert.py) and [MNIST model](examples/ltc_backend_mnist.py) running on the example/reference LTC backend. ### Eager Mode