Update Torch MLIR readme

pull/1125/head
Henry Tu 2022-07-07 15:30:52 -04:00 committed by Henry Tu
parent 61db88c9ec
commit 9de06f3ebd
1 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,14 @@
#Torch - MLIR Lazy Tensor Core Backend
# Torch-MLIR Lazy Tensor Core Backend
## Detailed Documentation
Detailed documentation about the architecture of this LTC backend is available [here](../../../../docs/ltc_backend.md).
## Summary
Contained within this directory are the components that implements the
Torch-MLIR LTC backend.
Torch-MLIR LTC backend. Note that the code style for LTC components is
consistent with that of LTC itself, rather than the rest of Torch-MLIR.
The components are subclasses of the backend API interface classes found under
[torch/csrc/lazy/backend](https://github.com/pytorch/pytorch/tree/master/torch/csrc/lazy/backend).
@ -16,4 +23,4 @@ the backend.
The Torch-MLIR LTC backend's job is to perform the lowering from ATen to MLIR. A
hardware vendor's backend job is to take care of the actual compile and
execution of the lowered MLIR.
execution of the lowered MLIR.