The GitHub Actions job "Lint" on tvm.git/test/parametrize-round-ties-to-even 
has failed.
Run started by GitHub user LngelKyo (triggered by LngelKyo).

Head commit for run:
040867c1baf1f058afda624ba120ea7b49adf07e / LngelKyo <[email protected]>
[Docs] Pin the FE_TONEAREST assumption of the C round rule

nearbyint honours the current floating-point environment: it is
ties-to-even under the default FE_TONEAREST. The only other backend a
host fesetround() can reach is llvm, which lowers to llvm.nearbyint
(also mode-sensitive; llvm.roundeven is the mode-independent one).
Every other backend that registers tirx.round -- cuda, nvptx, rocm,
hexagon, metal, opencl, vulkan, webgpu -- emits code for a separate
device whose rounding mode is fixed at RNE, so the host's mode cannot
reach it, whichever intrinsic the rule names. Leave this invariant in
the code next to the rule instead of only in the PR discussion.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to