update version

This commit is contained in:
Dun Liang 2020-12-16 17:39:52 +08:00
parent 60da0179a9
commit 9f3c97a605
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# This file is subject to the terms and conditions defined in
# file 'LICENSE.txt', which is part of this source code package.
# ***************************************************************
__version__ = '1.2.2.6'
__version__ = '1.2.2.7'
from . import lock
with lock.lock_scope():
ori_int = int

View File

@ -37,6 +37,7 @@ static void setitem_inplace(SetitemOp* op) {
}
auto output = op->outputs().front();
output->share_with(input);
return;
// LOGir << "pass setitem optim one";