mirror of https://github.com/Jittor/Jittor
update version
This commit is contained in:
parent
60da0179a9
commit
9f3c97a605
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue