The GitHub Actions job "CI" on tvm.git/fix/c-round-ties-to-even has failed.
Run started by GitHub user yongwww (triggered by yongwww).

Head commit for run:
c05e817b332dd677d31e53fad3f25bf8f5373241 / LngelKyo <[email protected]>
[BugFix] Lower default (C) tirx.round as ties-to-even

tirx.round is ties-to-even, and constant folding implements it with
std::nearbyint, but the default.FLowerIntrinsic rule lowered it through
FloatSuffix to the C library round()/roundf(), which is ties away from
zero. Rename to nearbyint before the float suffix is applied, mirroring
the existing CUDA rule. Fixes the C target's disagreement with the
constant folder and with every other backend after #19368.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to