Skip to content

Commit

Permalink
Update README.md to reflect LTC landing in main branch (#1000)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

Co-authored-by: Jae Hoon (Antonio) Kim <[email protected]>

* Update README.md

Co-authored-by: Jae Hoon (Antonio) Kim <[email protected]>

* Update README.md

Co-authored-by: Jae Hoon (Antonio) Kim <[email protected]>
  • Loading branch information
henrytwo and antoniojkim committed Jul 22, 2022
1 parent ab78677 commit a399791
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,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

Expand Down

0 comments on commit a399791

Please sign in to comment.