Skip to content

Commit

Permalink
Version bump to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jornt-xilinx committed Jun 2, 2021
1 parent 52d7e7c commit 0972aed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyxir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .graph.xop_registry import XOpRegistry, xop_register_op_layout_transform,\
xop_register_op_transpose_transform

__version__ = "0.2.0"
__version__ = "0.2.1"


device_r = TargetRegistry()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

from pathlib import Path

__version__ = '0.2.0'
__version__ = '0.2.1'

FILE_DIR = os.path.dirname(os.path.abspath(__file__))

Expand Down
12 changes: 12 additions & 0 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

//////////////// VERSION 0.2.1 ////////////////
NEW FEATURES:
- /
UPDATES:
- Add support for padding value argument instead of attribute in latest TVM Relay padding op
BUG FIXES:
- Fix DNNC output parsing issue if non-alphabetic and/or non-numeric characters exist in
the output names
UNFIXED ISSUES:
- Importing tvm before pyxir results in segfault for DPUCADX8G env due to
protobuf mismatch between DPUCADX8G tools and tensorflow

//////////////// VERSION 0.2.0 ////////////////
NEW FEATURES:
- Create DPUCZDX8G (zcu104, zcu102, SOM and Ultra96) VART flow
Expand Down

0 comments on commit 0972aed

Please sign in to comment.