mirror of https://github.com/llvm/torch-mlir
Update README.md to reflect LTC landing in main branch (#1000)
* Update README.md * Update README.md Co-authored-by: Jae Hoon (Antonio) Kim <17433012+antoniojkim@users.noreply.github.com> * Update README.md Co-authored-by: Jae Hoon (Antonio) Kim <17433012+antoniojkim@users.noreply.github.com> * Update README.md Co-authored-by: Jae Hoon (Antonio) Kim <17433012+antoniojkim@users.noreply.github.com>pull/1125/head
parent
fb21c9e6cb
commit
a3244b6a44
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue