mirror of https://github.com/Jittor/Jittor
fix compile error
This commit is contained in:
parent
0e5c19eb72
commit
4726cb2382
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue