Chapter 11. Compiler and Runtime Design
Source transformation is an implementation strategy for automatic differentiation in which a program that computes a function is rewritten into another program that computes...
| Section | Title |
|---|---|
| 1 | Chapter 11. Compiler and Runtime Design |
| 2 | Operator Overloading |
| 3 | Intermediate Representations |
| 4 | SSA Form |
| 5 | Graph IRs |
| 6 | Tracing Systems |
| 7 | Staging and Partial Evaluation |
| 8 | Memory Planning |
| 9 | Kernel Fusion |
| 10 | Ahead-of-Time vs Just-in-Time Differentiation |