Skip to content

Commit

Permalink
Upgrade enzyme to refs/tags/v0.0.161 (#9733)
Browse files Browse the repository at this point in the history
Co-authored-by: wsmoses <[email protected]>
  • Loading branch information
enzyme-ci-bot[bot] and wsmoses authored Nov 4, 2024
1 parent ef4fabc commit 972623c
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.160"
auto_version = "refs/tags/v0.0.161"
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, "1bcf5ee200b22392dce968beef41cb209d11ddd3"),
GitSource(repo, "e5a36adf13492e5d2feeb802dda415e84561639c"),
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz",
"0f03869f72df8705b832910517b47dd5b79eb4e160512602f593ed243b28715f"),
]
Expand Down

0 comments on commit 972623c

Please sign in to comment.