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.
This commit is contained in:
commit
ea51a1c055
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue