Files
swift-mirror/test/AutoDiff
Anton Korobeynikov f5cce4784f Make autdiff more robust in presence of unreachable blocks (#71356)
Unreachable blocks possess some challenges to autodiff since in reverse pass (pullback generation) we need to execute the function backwards, pushing the values from return BB back to entry block. As a result, unreachable blocks might become reachable from the return BB and this might cause all kind of issues.
2024-02-03 08:33:36 -08:00
..
2024-02-01 10:39:02 -08:00
2023-09-11 23:56:38 -07:00
2023-06-20 12:47:56 -07:00

Differentiable Programming Test Suite

This directory tests differentiable programming in Swift, described in docs/DifferentiableProgramming.md.

Tests are categorized in subdirectories mimicking the directories in test/.