diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-04-02 13:10:43 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 13:10:43 +1100 |
| commit | ea51a1c055a0bbcc530ae5e6668a71b677e40bbe (patch) | |
| tree | 9a30ef8ee24a0df7aab5c7fea29dc362c91a3b8f | |
| parent | 82f04468e9016ebcaf70c2a35a7687d917becde9 (diff) | |
| parent | a1d34bc33cfc8ee519d24155f15dc47ad0a83d99 (diff) | |
| download | rust-ea51a1c055a0bbcc530ae5e6668a71b677e40bbe.tar.gz rust-ea51a1c055a0bbcc530ae5e6668a71b677e40bbe.zip | |
Rollup merge of #139225 - EnzymeAD:rust-lang-enzyme, r=jieyouxu
move autodiff from EnzymeAD/Enzyme to our rust-lang/Enzyme soft-fork In https://github.com/rust-lang/team/pull/1665 we decided to have a soft-fork of Enzyme, to be able to merge e.g. CI, docs, or cmake improvements if upstream is not interested in them. We don't intend to merge logic/code changes. It also seems generally preferable if we clone submodules from a rust-lang repo, instead of an external org. We don't build or checkout Enzyme yet by default, so this should be a safe rollup.
| -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 |
