fix compile error

This commit is contained in:
Dun Liang 2020-07-18 15:58:01 +08:00
parent 0e5c19eb72
commit 4726cb2382
2 changed files with 1 additions and 4 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.1.6.0'
__version__ = '1.1.6.1'
from . import lock
with lock.lock_scope():
from . import compiler

View File

@ -12,9 +12,6 @@
namespace jittor {
static auto make_tape = get_op_info("tape")
.get_constructor<VarPtr, Var*>();
TapeOp::TapeOp(Var* x) {
flags.set(NodeFlags::_cpu);
flags.set(NodeFlags::_cuda);