junrushao1994 commented on a change in pull request #10497:
URL: https://github.com/apache/tvm/pull/10497#discussion_r820137017



##########
File path: python/tvm/relay/build_module.py
##########
@@ -287,13 +290,17 @@ def _module_export(module, file_name):  # fcompile, 
addons, kwargs?
 
 
 @register_func("tvm.relay.build")
+def _build_module_no_factory_impl(mod, target, target_host, params, mod_name):
+    target, target_host = Target.check_and_update_host_consist(target, 
target_host)
+    return build(mod, target, params=params, mod_name=mod_name).module
+
+

Review comment:
       To support kwargs

##########
File path: python/tvm/meta_schedule/testing/relay_workload.py
##########
@@ -13,156 +13,334 @@
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
-# under the License.

Review comment:
       Ooops




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to