[GitHub] [tvm] mbs-octoml commented on a diff in pull request #11981: [Collage] SubGraphs

2022-07-11 Thread GitBox
mbs-octoml commented on code in PR #11981: URL: https://github.com/apache/tvm/pull/11981#discussion_r918212927 ## src/relay/collage/sub_graph.h: ## @@ -0,0 +1,451 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. S

[GitHub] [tvm] mbs-octoml commented on a diff in pull request #11981: [Collage] SubGraphs

2022-07-11 Thread GitBox
mbs-octoml commented on code in PR #11981: URL: https://github.com/apache/tvm/pull/11981#discussion_r918212033 ## src/relay/collage/sub_graph.h: ## @@ -0,0 +1,451 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. S

[GitHub] [tvm] mbs-octoml commented on a diff in pull request #11981: [Collage] SubGraphs

2022-07-11 Thread GitBox
mbs-octoml commented on code in PR #11981: URL: https://github.com/apache/tvm/pull/11981#discussion_r918201673 ## src/relay/collage/sub_graph.h: ## @@ -0,0 +1,451 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. S

[GitHub] [tvm] mbs-octoml commented on a diff in pull request #11981: [Collage] SubGraphs

2022-07-11 Thread GitBox
mbs-octoml commented on code in PR #11981: URL: https://github.com/apache/tvm/pull/11981#discussion_r918201354 ## src/relay/collage/README.md: ## @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + +The `CollagePartition` pass for finding optimal partitionings of Relay models. +

[GitHub] [tvm] mbs-octoml commented on a diff in pull request #11981: [Collage] SubGraphs

2022-07-11 Thread GitBox
mbs-octoml commented on code in PR #11981: URL: https://github.com/apache/tvm/pull/11981#discussion_r918198870 ## src/relay/collage/sub_graph.cc: ## @@ -0,0 +1,1032 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.