Skip to content

Commit 74001cf

Browse files
authored
Rollup merge of #142640 - Sa4dUs:ad-intrinsic, r=ZuseZ4
Implement autodiff using intrinsics This PR aims to move autodiff logic to `autodiff` intrinsic. Allowing us to delete a great part of our frontend code and overall, simplify the compilation pipeline of autodiff functions.
2 parents d63df27 + a648e63 commit 74001cf

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

src/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
- [Installation](./autodiff/installation.md)
108108
- [How to debug](./autodiff/debugging.md)
109109
- [Autodiff flags](./autodiff/flags.md)
110-
- [Current limitations](./autodiff/limitations.md)
111110

112111
# Source Code Representation
113112

src/autodiff/limitations.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)