JuliaLabs / Cassette.jl

Overdub Your Julia Code
Other
371 stars 35 forks source link

Tag new version #171

Closed MasonProtter closed 4 years ago

MasonProtter commented 4 years ago

Looks like there's at least once issue in ForwardDiff2 that would be fixed by tagging a patch release of Cassette: https://github.com/YingboMa/ForwardDiff2.jl/issues/43

It would be nice if a new version could be tagged.

ffevotte commented 4 years ago

There are also 2 issues in GFlops that would be fixed by a new release of Cassette:

Thanks in advance!

vchuravy commented 4 years ago

I have been looking at it, but the apply_iterate handling regresses inference and allocations on 1.4

ffevotte commented 4 years ago

You mean that the current master of Cassette is worse (in terms of inference and allocations for Julia v1.4) than Cassette v0.3.1 (in which some of the apply_iterate handling had already been integrated)?

vchuravy commented 4 years ago

Should be fixed by #172

ffevotte commented 4 years ago

Thanks!