junrushao1994 commented on a change in pull request #9505:
URL: https://github.com/apache/tvm/pull/9505#discussion_r753895109
##########
File path: tests/python/unittest/test_tvmscript_type.py
##########
@@ -173,7 +173,7 @@ def different_access_indices(a: T.handle, b: T.handle) ->
None:
]
)
with T.init():
- B[vj, vi] = T.exp(B[vi, vj])
+ B[vj, vi] = T.exp(B[vj, vi], dtype="float32")
Review comment:
Does it mean that we no longer allow T.exp without dtype explicitly set?
If not, what's the default dtype for this?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]