April 2021 Patch¶
New Features/Highlights¶
Fixed a compiler bug about “XIR_REMOVE_OP_FAIL”
Updated target description to support pool kernel=1 in DPUCZDX8G
Updated parser to support integrated activation in tf2 dense
Updated parser to fix a bug when using fine-tuned tf2 model
Removed some unnecessary assertions in parser to support unquantized leakyrelu
Updated parser to support customized tf2 UpsampleLike operator
Updated compiler to support depth-wise engine in DPUCVDX8G
Updated XIR to raise compilation warnings for using legacy APIs other than runtime warnings
New Packages¶
Installation¶
Download the packages from the link above.
sudo env PATH=/opt/vitis_ai/conda/bin:$PATH CONDA_PREFIX=/opt/vitis_ai/conda/envs/YOUR_ENV_NAME conda install PATCH_PACKAGE.tar.bz2
You can install the packages with the command above. Make sure you install them in the order of unilog, target_factory, xir, xcompiler, xnnc, and use the proper version according to the python version installed in your current conda env.