You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,10 @@ A comprehensive list of documents is found [here](docs/DocumentList.md).
30
30
* The Krnl Dialect is used to lower ONNX operators to MLIR affine. The Krnl Dialect is defined [here](docs/Dialects/krnl.md).
31
31
* To update the internal documentation on our dialects when there are changes, please look for guidance [here](docs/ImportONNXDefs.md#update-your-operations-status).
32
32
33
+
## Coding practices for ONNX-MLIR
34
+
35
+
* When adding or updating code, see [here](CODING_PRACTICE.md) for coding practices.
36
+
33
37
## Testing and debugging ONNX-MLIR
34
38
35
39
* To test new code, see [here](docs/Testing.md) for instructions.
0 commit comments