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/09/28 17:09:27 UTC

[GitHub] [tvm] Lunderberg opened a new pull request, #12928: [TIR] Require dtype.is_float() inside FloatImm

Lunderberg opened a new pull request, #12928:
URL: https://github.com/apache/tvm/pull/12928

   Previously, a `tir::FloatImm` could have a dtype passed to it that was not a floating point value.  This commit introduces a check, similar to what is already done in `tir::IntImm`, that requires the dtype to satisfy `DataType::is_float()`.


-- 
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] vinx13 merged pull request #12928: [TIR] Require dtype.is_float() inside FloatImm

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


-- 
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