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
- [x] Update all the docs for ONNX-MLIR for zDLC5.0.0
- [x] Update to include new Credit Card Fraud Sample
- [x] Update Dockerfile to use the latest Python 3.13
- [x] Update documentation for z17
---------
Signed-off-by: Sunny Anand <sunnyanand.979@gmail.com>
| -v ${ZDLC_MODEL_DIR}:/workdir:z| The host bind mount points to the directory with the model ONNX file. `:z` is required to share the volume if SELinux is installed. |
200
200
| --EmitLib | Build the `.so` shared library of the model. |
201
201
| --O3 | Optimize to the highest level. |
202
-
| --mcpu=z14 | The minimum CPU architecture (for generated code instructions). |
202
+
| -march=z17 | The minimum CPU architecture (for generated code instructions).
203
+
The `--mcpu` option is now replaced with the `-march` option. The `--mcpu` option is still supported but will be deprecated in the future. |
203
204
| --mtriple=s390x-ibm-loz | The target architecture for generated code. |
204
205
| ${ZDLC_MODEL_NAME}.onnx | Builds the `.so` shared library from the specified ONNX file. |
205
206
@@ -292,7 +293,7 @@ in the container. The expected program output is ten random float values
292
293
Use the `--EmitJNI` option to build a jar file of the model specified by ZDLC_MODEL_NAME in [Environment variables](#setvars).
*`--EmitLib` specifies to build a `.so` shared library of the model.
@@ -686,7 +687,7 @@ For details on obtaining or specifying the target for device placement see:
686
687
In this example the device placement json file is used to specify that the `onnx.Gemm` node with name `Plus214-Times212_2` should target device `cpu` instead of `nnpa` as indicated in the device json file from the previous example.
*`--EmitLib` specifies to build a `.so` shared library of the model.
@@ -708,8 +709,8 @@ ONNX-MLIR accelerators are not supported by IBM zDLC.
708
709
The following links lists supported operators, operator opset ranges, and any
709
710
operator specific limitations. Operators that are not listed or usage of
710
711
documented limitations are beyond IBM zDLC project scope:
711
-
*[Supported ONNX Operation for CPU](https://github.com/onnx/onnx-mlir/blob/0.4.3.0/docs/SupportedONNXOps-cpu.md) <aid="cpu-ops"></a>
712
-
*[Supported ONNX Operation for IBM Z Integrated Accelerator (NNPA)](https://github.com/onnx/onnx-mlir/blob/0.4.3.0/docs/SupportedONNXOps-NNPA.md) <aid="nnpa-ops"></a>
712
+
*[Supported ONNX Operation for CPU](https://github.com/onnx/onnx-mlir/blob/0.5.0.0/docs/SupportedONNXOps-cpu.md) <aid="cpu-ops"></a>
713
+
*[Supported ONNX Operation for IBM Z Integrated Accelerator (NNPA)](https://github.com/onnx/onnx-mlir/blob/0.5.0.0/docs/SupportedONNXOps-NNPA.md) <aid="nnpa-ops"></a>
713
714
714
715
715
716
## Versioning Policy <aid="versioning"></a>
@@ -787,7 +788,7 @@ The values for the `--profile-ir` option are as follows:
0 commit comments