Skip to content

Commit

Permalink
Fixed additional deprecation warning in file (apache#10318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghav-Chakravarthy authored and pfk-beta committed Apr 11, 2022
1 parent 0b73db0 commit e45e3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/test_op_qnn_conv2_transpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def test_broadcast_layout():
func = relay.Function(relay.analysis.free_vars(func), func)
mod = tvm.IRModule.from_expr(func)
with tvm.transform.PassContext(opt_level=3):
graph, lib, params = relay.build(mod, "llvm -mcpu=skylake-avx512")
libs = relay.build(mod, "llvm -mcpu=skylake-avx512")


def test_per_channel_kernel_scale():
Expand Down

0 comments on commit e45e3e8

Please sign in to comment.