Skip to content

Commit e26835d

Browse files
Update docs/DifferentiableProgrammingImplementation.md
Co-authored-by: Saleem Abdulrasool <[email protected]>
1 parent aaf6efb commit e26835d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DifferentiableProgrammingImplementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ The sections above explain derivative code generation, focusing on the transform
785785

786786
Multiple basic blocks and control flow basic block terminators (`cond_br`, `switch_enum`, etc) require special derivative code generation rules.
787787

788-
> TODO: **Explain the control flow differentiation approach.** The approach is novel and highly worth documenting. [See Control Flow Differentiation slides](https://drive.google.com/corp/drive/folders/1y1FeJenXhoz_8xPw0ftVPngJUO_MdmRX) for an overview.
788+
> TODO: **Explain the control flow differentiation approach.** The approach is novel and highly worth documenting. [See "Control Flow Differentiation" slides](https://drive.google.com/corp/drive/folders/1y1FeJenXhoz_8xPw0ftVPngJUO_MdmRX) for an overview.
789789
790790
- Original functions may have instructions other than `apply`. This includes the entire SIL [instruction set](https://github.com/apple/swift/blob/master/docs/SIL.rst#instruction-set):
791791
- Memory-related operations: `alloc_stack`, `dealloc_stack`, `load`, `store`, etc.

0 commit comments

Comments
 (0)