diff options
| author | Manuel Drehwald <git@manuel.drehwald.info> | 2025-04-01 17:17:39 -0400 |
|---|---|---|
| committer | Manuel Drehwald <git@manuel.drehwald.info> | 2025-04-01 17:17:39 -0400 |
| commit | a1d34bc33cfc8ee519d24155f15dc47ad0a83d99 (patch) | |
| tree | a0b98ab215e92a0d3a3f2cf7b0b92a24c7a1e1d0 | |
| parent | 1644cb02312cf1b772250d7bc2bec6943fac3011 (diff) | |
| download | rust-a1d34bc33cfc8ee519d24155f15dc47ad0a83d99.tar.gz rust-a1d34bc33cfc8ee519d24155f15dc47ad0a83d99.zip | |
move autodiff from EnzymeAD/Enzyme to our rust-lang/Enzyme soft-fork
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
