FluxML / Zygote.jl

21st century AD
https://fluxml.ai/Zygote.jl/
Other
1.48k stars 213 forks source link

Handle `Expr(:boundscheck)` #1462

Closed ToucheSir closed 10 months ago

ToucheSir commented 1 year ago

Fixes https://github.com/FluxML/Zygote.jl/issues/1438. We follow the same route as Diffractorand Umlaut/Yota by always turning on bounds checking for correctness.

PR Checklist

ToucheSir commented 10 months ago

Bump on this as I work through the list of failures on nightly CI.