Skip to content

Commit

Permalink
Upgrade enzyme to refs/tags/v0.0.164 (#9773)
Browse files Browse the repository at this point in the history
Co-authored-by: wsmoses <[email protected]>
  • Loading branch information
giordano and wsmoses authored Nov 13, 2024
1 parent 85a7734 commit 9a9e218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions E/Enzyme/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ include(joinpath(YGGDRASIL_DIR, "platforms", "llvm.jl"))
name = "Enzyme"
repo = "https://github.com/EnzymeAD/Enzyme.git"

auto_version = "refs/tags/v0.0.163"
auto_version = "refs/tags/v0.0.164"
version = VersionNumber(split(auto_version, "/")[end])

llvm_versions = [v"15.0.7", v"16.0.6", v"17.0.6", v"18.1.7", v"19.1.1"]

# Collection of sources required to build attr
sources = [
GitSource(repo, "342057e3a3e657a33da8295c99acdcd20b0375f4"),
GitSource(repo, "624621aac978b1726cb6330ec442f4b63955a4a2"),
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz",
"0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f"),
]
Expand Down

0 comments on commit 9a9e218

Please sign in to comment.