| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-17 | [NFC] simplify matching | Manuel Drehwald | -12/+3 | |
| 2025-03-17 | [NFC] extract autodiff call lowering in cg_llvm into own function | Manuel Drehwald | -93/+108 | |
| 2025-02-24 | Remove inherent function that has a trait method duplicate of a commonly ↵ | Oli Scherer | -0/+1 | |
| imported trait | ||||
| 2025-02-24 | Generalize BaseTypeCodegenMethods | Oli Scherer | -1/+2 | |
| 2025-02-24 | Avoid some duplication between SimpleCx and CodegenCx | Oli Scherer | -1/+1 | |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -4/+9 | |
| 2025-02-10 | Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu | Matthias Krüger | -32/+14 | |
| adding autodiff tests I'd like to get started with upstreaming some tests, even though I'm still waiting for an answer on how to best integrate the enzyme pass. Can we therefore temporarily support the -Z llvm-plugins here without too much effort? And in that case, how would that work? I saw you can do remapping, e.g. `rust-src-base`, but I don't think that will give me the path to libEnzyme.so. Do you have another suggestion? Other than that this test simply checks that the derivative of `x*x` is `2.0 * x`, which in this case is computed as `%0 = fadd fast double %x.0.val, %x.0.val` (I'll add a few more tests and move it to an autodiff folder if we can use the -Z flag) r? ``@jieyouxu`` Locally at least `-Zllvm-plugins=${PWD}/build/x86_64-unknown-linux-gnu/enzyme/build/Enzyme/libEnzyme-19.so` seems to work if I copy the command I get from x.py test and run it manually. However, running x.py test itself fails. Tracking: - https://github.com/rust-lang/rust/issues/124509 Zulip discussion: https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/Enzyme.20build.20changes | ||||
| 2025-02-10 | remove outdated *First autodiff variants for higher-order ad | Manuel Drehwald | -2/+0 | |
| 2025-02-10 | move second opt run to lto phase and cleanup code | Manuel Drehwald | -28/+7 | |
| 2025-02-08 | Rustfmt | bjorn3 | -10/+16 | |
| 2025-02-05 | fix fwd-mode autodiff case | Manuel Drehwald | -3/+8 | |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -7/+7 | |
| 2025-01-24 | Make CodegenCx and Builder generic | Manuel Drehwald | -14/+11 | |
| Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de> | ||||
| 2025-01-01 | upstream rustc_codegen_llvm changes for enzyme/autodiff | Manuel Drehwald | -0/+344 | |
