From a1d34bc33cfc8ee519d24155f15dc47ad0a83d99 Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Tue, 1 Apr 2025 17:17:39 -0400 Subject: [PATCH] move autodiff from EnzymeAD/Enzyme to our rust-lang/Enzyme soft-fork --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 97a0c0c54cf..d09d81ccadc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -45,7 +45,7 @@ shallow = true [submodule "src/tools/enzyme"] path = src/tools/enzyme - url = https://github.com/EnzymeAD/Enzyme.git + url = https://github.com/rust-lang/Enzyme.git shallow = true [submodule "src/gcc"] path = src/gcc