[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #12215: Pass that removes reshapes post LowerTE

2022-08-08 Thread GitBox
ashutosh-arm commented on code in PR #12215: URL: https://github.com/apache/tvm/pull/12215#discussion_r940011392 ## tests/python/relay/backend/test_pass_remove_standalone_reshapes.py: ## @@ -0,0 +1,260 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #12215: Pass that removes reshapes post LowerTE

2022-08-04 Thread GitBox
ashutosh-arm commented on code in PR #12215: URL: https://github.com/apache/tvm/pull/12215#discussion_r937519497 ## src/relay/backend/aot_executor_codegen.cc: ## @@ -1096,6 +1096,12 @@ class AOTExecutorCodegen : public MixedModeVisitor {

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #12215: Pass that removes reshapes post LowerTE

2022-08-04 Thread GitBox
ashutosh-arm commented on code in PR #12215: URL: https://github.com/apache/tvm/pull/12215#discussion_r937512595 ## src/relay/transforms/remove_standalone_reshapes.cc: ## @@ -0,0 +1,120 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #12215: Pass that removes reshapes post LowerTE

2022-08-02 Thread GitBox
ashutosh-arm commented on code in PR #12215: URL: https://github.com/apache/tvm/pull/12215#discussion_r935299756 ## src/relay/transforms/remove_standalone_reshapes.cc: ## @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #12215: Pass that removes reshapes post LowerTE

2022-08-02 Thread GitBox
ashutosh-arm commented on code in PR #12215: URL: https://github.com/apache/tvm/pull/12215#discussion_r935292005 ## src/relay/transforms/remove_reshapes.cc: ## @@ -0,0 +1,116 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #12215: Pass that removes reshapes post LowerTE

2022-08-02 Thread GitBox
ashutosh-arm commented on code in PR #12215: URL: https://github.com/apache/tvm/pull/12215#discussion_r935291413 ## src/relay/transforms/remove_reshapes.cc: ## @@ -0,0 +1,116 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #12215: Pass that removes reshapes post LowerTE

2022-08-02 Thread GitBox
ashutosh-arm commented on code in PR #12215: URL: https://github.com/apache/tvm/pull/12215#discussion_r935291033 ## include/tvm/relay/transform.h: ## @@ -580,6 +580,14 @@ TVM_DLL Pass AnnotateUsedMemory(); */ TVM_DLL Pass CapturePostDfsIndexInSpans(); +/*! + * \brief

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #12215: Pass that removes reshapes post LowerTE

2022-07-29 Thread GitBox
ashutosh-arm commented on code in PR #12215: URL: https://github.com/apache/tvm/pull/12215#discussion_r933262523 ## src/relay/transforms/remove_standalone_reshapes.cc: ## @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more