You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Distributions
using Enzyme: Enzyme
using PDMats: PDMat
d =MvNormal([-0.15], PDMat([6.1;;]))
x = [-0.05]
Enzyme.gradient(Enzyme.Forward, Enzyme.Const(x ->logpdf(d, x)), x)
MWE:
Output:
Julia 1.10.5, Enzyme v0.13.11.
Both a fix and a more minimal and informative error message would be helpful.
The text was updated successfully, but these errors were encountered: