Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Remove the check on do_memory_opt
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmageddonKnight committed May 10, 2020
1 parent bd6083c commit ce933ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/unittest/test_memory_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def test_rnn_cell():
# ⇒⇒⇒ : Backward Dependency
# In this example, there is no benefit in mirroring the elementwise-add
# operator and the tanh operator.
if not do_memory_opt:
return
x = mx.sym.Variable("x")
x = mx.sym.FullyConnected(x, num_hidden=num_hidden)
y = mx.sym.Variable("y")
Expand Down

0 comments on commit ce933ca

Please sign in to comment.