TylerADavis opened a new pull request #7133: URL: https://github.com/apache/tvm/pull/7133
Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread. The current implementation of `is_floating_point()` is based on the Pytorch Documentation, but it turns out that the documentation [does not accurately describe the function's behavior](https://github.com/pytorch/pytorch/issues/49610). This PR will enable `is_floating_point()` to properly handle `bfloat16` once support is added for the bfloat16 dtype. I am unable to test this functionality as the PyTorch frontend does not currently support bfloat16, giving the error message ``` NotImplementedError: input_type bfloat16 is not handled yet ``` ---------------------------------------------------------------- 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: [email protected]
