Skip to content

Commit fc0a0d9

Browse files
Venkata-Durga-Raokiriti-pendyala
authored andcommitted
[ZENTORCH] Fix typo in README.md
-- Fix typo in README.md Signed-off-by: Venkata Durga Rao <[email protected]> Change-Id: I934fe939c3dfdc115ce527168f39602163af9786 (cherry picked from commit f851df2)
1 parent ea73a38 commit fc0a0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ _zentorch_ consists of three parts. They are
5555
- Build System
5656

5757
### 1.2.1. ZenDNN Integration Code
58-
ZenDNN is integrated into _zentorch_ using CPP code which interfaces ATen API to ZenDNN's API. This code exports torch compatible API similar to ATen IR of PyTorch. The exported API is made avaiable for usage from python code using TORCH_LIBRARY and TORCH_LIBRARY_IMPL. Integration code is linked and compiled into _zentorch_ using CppExtension provided by PyTorch.
58+
ZenDNN is integrated into _zentorch_ using CPP code which interfaces ATen API to ZenDNN's API. This code exports torch compatible API similar to ATen IR of PyTorch. The exported API is made available for usage from python code using TORCH_LIBRARY and TORCH_LIBRARY_IMPL. Integration code is linked and compiled into _zentorch_ using CppExtension provided by PyTorch.
5959

6060
The following ops are integrated as of now:
6161
- Embedding bag op

0 commit comments

Comments
 (0)