jwfromm opened a new pull request, #12099: URL: https://github.com/apache/tvm/pull/12099
PR #11389 introduced a bug that effectively disabled cuda integer dot products by comparing `self.kind` (which is type Target) to the string `"cuda"`. This extremely small PR fixes the check by instead using `self.kind.name`. This will lead to significant performance improvements for int8 models. -- 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]
