electriclilies commented on a change in pull request #6174:
URL: https://github.com/apache/incubator-tvm/pull/6174#discussion_r463173545
##########
File path: docs/dev/hybrid_script.rst
##########
@@ -91,3 +91,10 @@ Math Intrinsics
So far, these math intrinsics, ``log``, ``exp``, ``sigmoid``, ``tanh``,
``power``, and ``popcount``, are supported.
Math intrinsics will be imported by the decorator. Most of the intrinsics are
borrowed by library implementation
except ``popcount`` and ``sigmoid``. I implemented them manually.
+
+
+Casting
+~~~~~~~
+
+You can cast values by using the keywords``uint8``, ``uint32``, ``uint64``,
``int8``, ``int16``, ``int32``, ``int64``,
Review comment:
Whoops forgot it :) should be fixed now
----------------------------------------------------------------
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]