[GitHub] [tvm] jwfromm commented on pull request #11413: [Topi][Relay] Support for FP16 ERF on CPU.

2022-05-23 Thread GitBox
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.fa

[GitHub] [tvm] jwfromm commented on pull request #11413: [Topi][Relay] Support for FP16 ERF on CPU.

2022-05-23 Thread GitBox
jwfromm commented on PR #11413: URL: https://github.com/apache/tvm/pull/11413#issuecomment-1134985416 @anwang2009 can you take a look at this PR? -- 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 t