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/04/24 03:27:42 UTC

[GitHub] [tvm] 0x00-pl opened a new issue, #11107: [Bug] type check fail when using bfloat16 in export_library

0x00-pl opened a new issue, #11107:
URL: https://github.com/apache/tvm/issues/11107

   bf16_legalize changes buffer type from bfloat16 to uint16.
   but input var is still bfloat16.
   
   ### Environment
   https://github.com/apache/tvm/blob/v0.8/src/tir/transforms/arg_binder.cc#L166
   https://github.com/apache/tvm/blob/v0.8/src/tir/transforms/bf16_legalize.cc#L220
   https://github.com/apache/tvm/blob/v0.8/src/tir/transforms/bf16_legalize.cc#L235
   
   


-- 
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.apache.org

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