Skip to content

Commit

Permalink
Merge branch 'main' into nnpa_fix_reduceminmax
Browse files Browse the repository at this point in the history
  • Loading branch information
tungld authored Jan 10, 2025
2 parents 60da8fd + 8c54c0c commit f7e1069
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!--- SPDX-License-Identifier: Apache-2.0 -->

# Governance

The overall governance of the ONNX-MLIR project is described at https://github.com/onnx/onnx/blob/main/community/readme.md#onnx-open-governance.
The ONNX-MLIR project is under the purview of the Compilers Special Interest Group (Compilers SIG).
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ Practically, each `git commit` needs to be signed, see [here](docs/Workflow.md#s

The ONNX-MLIR code of conduct is described at https://onnx.ai/codeofconduct.html.

## Adopters
<!-- Please open a PR to add your company/product here. -->

* IBM [zDLC compiler](https://github.com/IBM/zDLC) uses onnx-mlir technology to transform ONNX models into executable binary for [IBM Telum](https://www.ibm.com/z/telum) servers.

## Projects related/using onnx-mlir

* The [onnx-mlir-serving](https://github.com/IBM/onnx-mlir-serving) project implements a GRPC server written with C++ to serve onnx-mlir compiled models. Benefiting from C++ implementation, ONNX Serving has very low latency overhead and high throughput.

0 comments on commit f7e1069

Please sign in to comment.