Skip to content

Commit 632396b

Browse files
Upgrade enzyme to refs/tags/v0.0.253 (#13323)
Co-authored-by: wsmoses <1260124+wsmoses@users.noreply.github.com>
1 parent 8447ac8 commit 632396b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

E/Enzyme/build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ include(joinpath(YGGDRASIL_DIR, "platforms", "macos_sdks.jl"))
1414
name = "Enzyme"
1515
repo = "https://github.com/EnzymeAD/Enzyme.git"
1616

17-
auto_version = "refs/tags/v0.0.252"
17+
auto_version = "refs/tags/v0.0.253"
1818
version = VersionNumber(split(auto_version, "/")[end])
1919

2020
llvm_versions = [v"15.0.7", v"16.0.6", v"18.1.7", v"20.1.8"]
2121

2222
# Collection of sources required to build attr
2323
sources = [
24-
GitSource(repo, "8c4298999225fa1a4906006d9fd0430bc28a4e1d"),
24+
GitSource(repo, "d7d825997c246db23155648f44d34202f92824cf"),
2525
]
2626

2727
# These are the platforms we will build for by default, unless further

0 commit comments

Comments
 (0)