Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjing.lh committed May 18, 2020
1 parent 6895f04 commit 8ef0656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/test_pass_canonicalize_cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def check(shape):
mod = tvm.IRModule.from_expr(y)
seq = tvm.transform.Sequential([_transform.InferType(), _transform.CanonicalizeCast(),
_transform.InferType()])
with tvm.transform.PassContext(opt_level=3):
with tvm.transform.PassContext(opt_level=4):
mod = seq(mod)
y = mod["main"]
y_expected = expected(data, conv_weight, bias1, bias2)
Expand Down

0 comments on commit 8ef0656

Please sign in to comment.