The GitHub Actions job "Lint" on tvm.git/fix/llvm-math-overflow has failed.
Run started by GitHub user swjng (triggered by swjng).

Head commit for run:
21f42efb31926ca4dea70f536d7c7a93b6517ed2 / Soowon Jeong <[email protected]>
[BugFix][Target][LLVM] Also route acosh through libm extern

`acosh` has the same `sqrt(x*x - 1)` overflow pattern as `asinh`:
intermediate `x*x` overflows float32 for `|x| > sqrt(FLT_MAX) ≈ 1.84e19`,
so `sqrt(inf) = inf`, `log(x + inf) = inf`, while the true result
`acosh(3e22) ≈ 52.45` is well within range. No issue was filed for this
op but the bug is identical to #19561 and the fix is the same.

Report URL: https://github.com/apache/tvm/actions/runs/25906530955

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to