Skip to content

Commit

Permalink
Removed accidentally modified files from pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Wheest committed Dec 23, 2020
2 parents cab458c + 267c19d commit 2ec8257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/topi/python/test_topi_conv2d_int8.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ def check_device(device):
)
func(a, w, c)
tvm.testing.assert_allclose(c.asnumpy(), c_np, rtol=1e-5)
test_worload_padding(C, A, W, (stride, stride), padding, dtype)

verify_fallback_schedule_cpu_padding()
for device in ["cuda"]:
Expand Down

0 comments on commit 2ec8257

Please sign in to comment.