Return to Image List

zdlc

The IBM Z Deep Learning Compiler (zDLC) uses open source ONNX-MLIR to compile .onnx deep learning AI models into shared libaries. The shared libaries can then be integrated into C, C++, Java, or Python applications. The compiled models take advantage of IBM zSystems technologies including SIMD on IBM z13 and later or compiled to take advantage of the Integrated Accelerator for AI that is available on IBM z16.

ONNX-MLIR is an open-source project for compiling ONNX models into native code. It is built on top of Multi-Level Intermediate Representation (MLIR) compiler infrastructure. Complete ONNX-MLIR documentation is available at ONNX-MLIR Homepage and ONNX-MLIR GitHub

zDLC specific usage examples are available at IBM Z Deep Learning Compiler.

See IBM Z Deep Learning Compiler for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
4.2.0 docker pull icr.io/ibmz/zdlc@sha256:f165930d1fa89083b0ac15a1c70736d1c38f5e994abb2526242bd0015f2a1b24 Vulnerability Report04-12-2024
4.1.1 docker pull icr.io/ibmz/zdlc@sha256:6d6118e90569a1775a5ac224cc1f2c5e3d7e8e5b8cdccb55158b4bc687584219 Vulnerability Report11-08-2023
4.1.0 docker pull icr.io/ibmz/zdlc@sha256:80526010044195240ccc24479bcef1dc02b39ac946119f8733b956feb542eaa3 Vulnerability Report09-18-2023
4.0.0 docker pull icr.io/ibmz/zdlc@sha256:1a44ab82f7698653055281497f45d472e08abf2009be532528e82cc9b046bf2c Vulnerability Report04-24-2023
3.2.0 docker pull icr.io/ibmz/zdlc@sha256:4054ced4a3b60c493c559c23f90ce9d0e251083ebe1b7c5c566c368fba502730 Vulnerability Report12-13-2022
Version Pull String Security (IBM Cloud) Created

Usage Notes

To view IBM Z Deep Learning Compiler CLI help:

docker run --rm icr.io/ibmz/zdlc:[version] --help