Skip to content

Commit

Permalink
Remove old debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
weberlo committed Nov 7, 2019
1 parent 58ac722 commit ebaac5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/unittest/test_runtime_micro.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def test_workspace_add():
shape = (1024,)
dtype = "float32"

reset_gdbinit()

# Construct TVM expression.
tvm_shape = tvm.convert(shape)
A = tvm.placeholder(tvm_shape, name="A", dtype=dtype)
Expand Down

0 comments on commit ebaac5d

Please sign in to comment.