[GitHub] [tvm] tqchen commented on a change in pull request #8802: Add LowerTEPass, and convert calls to LowerTE to application of LowerTEPass

2021-08-20 Thread GitBox
tqchen commented on a change in pull request #8802: URL: https://github.com/apache/tvm/pull/8802#discussion_r692934660 ## File path: src/relay/backend/te_compiler.cc ## @@ -875,6 +878,121 @@ LoweredModule LowerTE(const IRModule& module, TargetMap targets, DeviceMap devic re

[GitHub] [tvm] tqchen commented on a change in pull request #8802: Add LowerTEPass, and convert calls to LowerTE to application of LowerTEPass

2021-08-19 Thread GitBox
tqchen commented on a change in pull request #8802: URL: https://github.com/apache/tvm/pull/8802#discussion_r692559893 ## File path: src/relay/backend/te_compiler.cc ## @@ -875,6 +878,121 @@ LoweredModule LowerTE(const IRModule& module, TargetMap targets, DeviceMap devic re

[GitHub] [tvm] tqchen commented on a change in pull request #8802: Add LowerTEPass, and convert calls to LowerTE to application of LowerTEPass

2021-08-19 Thread GitBox
tqchen commented on a change in pull request #8802: URL: https://github.com/apache/tvm/pull/8802#discussion_r692559893 ## File path: src/relay/backend/te_compiler.cc ## @@ -875,6 +878,121 @@ LoweredModule LowerTE(const IRModule& module, TargetMap targets, DeviceMap devic re

[GitHub] [tvm] tqchen commented on a change in pull request #8802: Add LowerTEPass, and convert calls to LowerTE to application of LowerTEPass

2021-08-19 Thread GitBox
tqchen commented on a change in pull request #8802: URL: https://github.com/apache/tvm/pull/8802#discussion_r692557835 ## File path: include/tvm/relay/function.h ## @@ -144,6 +144,8 @@ constexpr const char* kComposite = "Composite"; constexpr const char* kInline = "Inline"; /