Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
cjld committed Jul 18, 2020
1 parent 0e5c19e commit 4726cb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion python/jittor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/ops/tape_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4726cb2

Please sign in to comment.