Skip to content

Commit

Permalink
remove paddle.jit.set_code_level
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius84 committed May 19, 2021
1 parent edf9996 commit 3c15dbd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ def test_list_append_in_for_loop(x, iter_num):
return a[0]


paddle.jit.set_code_level(100)


def test_list_append_in_for_subscript(x):
x = fluid.dygraph.to_variable(x)
iter_num = paddle.shape(x)[0]
Expand Down

1 comment on commit 3c15dbd

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.