cbalint13 commented on code in PR #18390: URL: https://github.com/apache/tvm/pull/18390#discussion_r2462703146
########## tests/python/tir-base/test_tir_intrin.py: ########## Review Comment: The ```exp``` is not tested with ints within whole ```test_unary_intrin()```. * Add similar test like this exception here for the ```exp``` ints part, using ```np.randim.int()``` or similar * Could also make an extra assertion that result is coming back as ```float32``` type always for 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
