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 2020/12/31 13:54:23 UTC

[GitHub] [tvm] merrymercy edited a comment on pull request #7187: [Fix] Tensor core type issue for dense

merrymercy edited a comment on pull request #7187:
URL: https://github.com/apache/tvm/pull/7187#issuecomment-752963716


   Should we check `data.dtype == "float16" and weight.dtype == "float16"`?
   The problem comes from this downcast, which may cause accuracy problem.
   https://github.com/apache/tvm/blob/c02c9c528f91f9be3967b7d9ef9f1847f533590b/python/tvm/topi/cuda/dense_tensorcore.py#L72-L73


----------------------------------------------------------------
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:
users@infra.apache.org