Skip to content

Commit eccbad0

Browse files
committed
Add comments for public functions and classes
ghstack-source-id: e286cf284fbff9ad4a8887b9711cdbca2b189bde Pull Request resolved: #222
1 parent 8cea05b commit eccbad0

11 files changed

+334
-245
lines changed

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
.git/**
33
**/__pycache__/**
44
**.coverage
5-
.coverage
6-
multipy/runtime/interpreter/cpython
7-
multipy/runtime/interpreter/cpython/**
85
**/build/**
96
**/CMakeFiles/**
10-
multipy/runtime/interpreter/frozen/**
117
multipy/runtime/example/generated/
128
*.egg-info

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ cmake --build . --config Release
163163

164164
### Running unit tests for `multipy::runtime`
165165

166-
We first need to generate the neccessary examples. First make sure your python enviroment has [torch](https://pytorch.org). Afterwards, once `multipy::runtime` is built, run the following (executed automatically for `docker` and `pip` above):
166+
We first need to generate the neccessary examples. First make sure your python environment has [torch](https://pytorch.org). Afterwards, once `multipy::runtime` is built, run the following (executed automatically for `docker` and `pip` above):
167167

168168
```
169169
cd multipy/multipy/runtime

0 commit comments

Comments
 (0)