zhiics commented on a change in pull request #5225: [REFACTOR][TIR] Migrate most of low-level build to use the Pass Manager. URL: https://github.com/apache/incubator-tvm/pull/5225#discussion_r402718788
########## File path: python/tvm/tir/transform/transform.py ########## @@ -18,6 +18,28 @@ # pylint: disable=invalid-name from . import _ffi_api +def BindDeviceType(): + """Bind the device type ofthe function to be Review comment: of the ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
