mirror of https://github.com/llvm/torch-mlir
Update Torch MLIR readme
parent
61db88c9ec
commit
9de06f3ebd
|
@ -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.
|
Loading…
Reference in New Issue