You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/14 19:49:29 UTC

[GitHub] [tvm] jwfromm opened a new pull request, #12099: Fix bug that disabled cuda integer dot product.

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi merged pull request #12099: Fix bug that disabled cuda integer dot product.

Posted by GitBox <gi...@apache.org>.
masahi merged PR #12099:
URL: https://github.com/apache/tvm/pull/12099


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi commented on pull request #12099: Fix bug that disabled cuda integer dot product.

Posted by GitBox <gi...@apache.org>.
masahi commented on PR #12099:
URL: https://github.com/apache/tvm/pull/12099#issuecomment-1185047399

   woops!


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org