@@ -31,8 +31,8 @@ A number of packages are produced automatically:
31
31
* ` iree-dist-*.tar.xz ` (manylinux x86_64 and aarch64): Install image of the
32
32
binaries and development assets needed to use or depend on the C/C++ parts
33
33
of the project.
34
- * ` iree-compiler ` : Binary Python wheels
35
- * ` iree-runtime ` : Binary Python wheels
34
+ * ` iree-base- compiler ` : Binary Python wheels
35
+ * ` iree-base- runtime ` : Binary Python wheels
36
36
* ` iree-tools-tf ` and ` iree-tools-tflite ` : Pure Python wheels
37
37
38
38
#### Linux Builds
@@ -51,8 +51,8 @@ Windows builds are built using GitHub-hosted runners. Due to the cost, the
51
51
project aims to target the most recent version of Python only while building
52
52
version N-1 for the first year of the lifecycle of the next version.
53
53
54
- Only the Python ` iree-compiler ` and ` iree-runtime ` packages are built for
55
- Windows.
54
+ Only the Python ` iree-base- compiler ` and ` iree-base- runtime ` packages are
55
+ built for Windows.
56
56
57
57
The release is published even if the Windows build fails. When this happens, it
58
58
is fixed forward for the next snapshot.
@@ -63,8 +63,8 @@ MacOS builds are performed using GitHub-hosted runners. Due to the cost, the
63
63
project aims to target the most recent version of Python only while building
64
64
version N-1 for the first year of the lifecycle of the next version.
65
65
66
- Only the Python ` iree-compiler ` and ` iree-runtime ` packages are built for
67
- MacOS.
66
+ Only the Python ` iree-base- compiler ` and ` iree-base- runtime ` packages are
67
+ built for MacOS.
68
68
69
69
The release is published even if the MacOS build fails. When this happens, it
70
70
is fixed forward for the next snapshot.
@@ -81,14 +81,16 @@ release process:
81
81
82
82
### PyPI
83
83
84
- * https://pypi.org/project/iree-compiler/
85
- * https://pypi.org/project/iree-runtime/
84
+ * https://pypi.org/project/iree-base- compiler/
85
+ * https://pypi.org/project/iree-base- runtime/
86
86
* https://pypi.org/project/iree-turbine/
87
87
* https://pypi.org/project/iree-tools-tf/
88
88
* https://pypi.org/project/iree-tools-tflite/
89
89
90
90
Deprecated projects no longer updated:
91
91
92
+ * https://pypi.org/project/iree-compiler/ (replaced by iree-base-compiler)
93
+ * https://pypi.org/project/iree-runtime/ (replaced by iree-base-runtime)
92
94
* https://pypi.org/project/iree-runtime-instrumented/ (functionality is
93
95
included in the main iree-runtime package)
94
96
* https://pypi.org/project/iree-tools-xla/ (functionality is no longer needed)
0 commit comments