Skip to content

Commit

Permalink
Revert "This should break stuff"
Browse files Browse the repository at this point in the history
This reverts commit 4b0e0c7.
  • Loading branch information
Mikolaj committed Dec 19, 2023
1 parent 4b0e0c7 commit c83cc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HordeAd/Core/TensorAst.hs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ instance UnletGradient (AstRanked PrimalSpan) where
:: (GoodScalar r, KnownNat n)
=> ADShare -> AstBindings -> AstRanked PrimalSpan r n
-> AstRanked PrimalSpan r n
unletValue l astBindings primalBody = undefined $
unletValue l astBindings primalBody =
unletAst6 astBindings l primalBody

instance DerivativeStages (AstShaped FullSpan) where
Expand Down

0 comments on commit c83cc7d

Please sign in to comment.