[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5690: [REFACTOR][RELAY] move fallback_device to config

2020-05-29 Thread GitBox
tqchen commented on a change in pull request #5690: URL: https://github.com/apache/incubator-tvm/pull/5690#discussion_r432541406 ## File path: tests/cpp/relay_transform_sequential.cc ## @@ -70,7 +70,7 @@ TEST(Relay, Sequential) { auto mod = IRModule::FromExpr(func); auto

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5690: [REFACTOR][RELAY] move fallback_device to config

2020-05-28 Thread GitBox
tqchen commented on a change in pull request #5690: URL: https://github.com/apache/incubator-tvm/pull/5690#discussion_r432187036 ## File path: tests/python/relay/test_pass_annotation.py ## @@ -538,9 +539,10 @@ def expected(): expected_index = [2, 2, 2, 1, 1, 1, 2, 2]