Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion enzyme/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ set(UPSTREAM_ENZYME_BUILD_DIR "")
FetchContent_Declare(
upstream_enzyme
GIT_REPOSITORY https://github.com/EnzymeAD/Enzyme.git
GIT_TAG af01140019db7228d9aa1dc09bda721c716dc2ac
GIT_TAG 0338786b2c26f9aed9d1c9483a241b2284722d74
SOURCE_SUBDIR enzyme
)

Expand Down
2 changes: 1 addition & 1 deletion enzyme/workspace.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENZYMEXLA_COMMIT = "ca0c46f3e01756377022186be30aef22326eaa14"
ENZYMEXLA_COMMIT = "176f0b79b552034b0af25a8ef15ccdc9aafdbf6a"
ENZYMEXLA_SHA256 = ""

# If empty, fetch Enzyme-JAX from ENZYMEXLA_COMMIT.
Expand Down
Loading