Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytwo authored Jun 30, 2022
1 parent 25e3b56 commit 8f6e493
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` class](python/torch_mlir/csrc/base_lazy_backend/backend_impl.h). An example implementation is avalable [here](examples/ltc_backend/ltc_backend).

There are also examples of a [Huggingface BERT](torch_mlir_ltc_backend/examples/ltc_backend_bert.py) and [MNIST model](torch_mlir_ltc_backend/examples/ltc_backend_mnist.py) running on the example LTC backend.

### Eager Mode

Expand Down

0 comments on commit 8f6e493

Please sign in to comment.