[LANG] Fixed undefined behavior in replace_all_uses_with()

This commit is contained in:
Philippe Tillet
2020-05-11 12:15:56 -04:00
committed by Philippe Tillet
parent ddd89e1b22
commit 13ff6472e0
4 changed files with 22 additions and 18 deletions

View File

@@ -100,7 +100,7 @@ for d in directories:
setup(
name='triton',
version='0.1',
version='0.1.1',
author='Philippe Tillet',
author_email='ptillet@g.harvard.edu',
description='A language and compiler for custom Deep Learning operations',