Skip to content

Commit 7a0dff2

Browse files
authored
Merge pull request #433 from ptiede/ptiede-fixeltype
Enzyme Segfault
2 parents b729fa3 + 44ee230 commit 7a0dff2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ DimensionalData = "0.29 - 0.29.24, ^0.29.26"
7676
Distributions = "0.25"
7777
DocStringExtensions = "0.8, 0.9"
7878
Dynesty = "0.4"
79-
Enzyme = "0.13"
79+
Enzyme = "0.13 - 0.13.104"
8080
EnzymeCore = "0.8"
8181
FillArrays = "1"
8282
HypercubeTransform = "^0.4.11"
@@ -100,7 +100,7 @@ Statistics = "1.8"
100100
StatsBase = "0.33,0.34"
101101
StructArrays = "0.5,0.6, 0.7"
102102
Tables = "1"
103-
TransformVariables = "0.8"
103+
TransformVariables = "0.8 - 0.8.17"
104104
VLBIImagePriors = "0.10"
105105
VLBILikelihoods = "^0.2.6"
106106
VLBISkyModels = "^0.6.15"

src/rules.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@
2828
# ∇copy(dy) = (NoTangent(), dy)
2929
# return copy(x), ∇copy
3030
# end
31-
32-
# Enzyme.EnzymeRules.inactive(::typeof(Base.dataids), u::StructArray) = nothing
33-
# Enzyme.EnzymeRules.inactive(::typeof(Base.unalias), u::StructArray, args...) = nothing

0 commit comments

Comments
 (0)