jwfromm commented on PR #11413: URL: https://github.com/apache/tvm/pull/11413#issuecomment-1135039286
There's different handling for `relay.erf` and `relay.fast_erf`. When an FP16 `relay.erf` is encountered, itll legalize it to `cast(fp32) -> relay.erf -> cast(fp16)`. When an fp16 `relay.fast_erf` is encountered it will actually implement it in fp16. -- 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]
