Skip to content

Commit cd2fbec

Browse files
philipturnerrxwei
andauthored
Update docs/DifferentiableProgrammingImplementation.md
Co-authored-by: Richard Wei <[email protected]>
1 parent cb4919b commit cd2fbec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/DifferentiableProgrammingImplementation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,8 +916,7 @@ Notice `%6 = differentiable_function [parameters 0] %5` in `@main`: this trigger
916916

917917
```swift
918918
// AD__$sS2fIegnr_S2fIegyd_TR__vjp_src_0_wrt_0
919-
sil hidden [serializable] [ossa] @AD__$sS2fIegnr_S2fIegyd_TR__vjp_src_0_wrt_0 : $@conven
920-
tion(thin) (Float, @guaranteed @callee_guaranteed (@in_guaranteed Float) -> @out Float)
919+
sil hidden [serializable] [ossa] @AD__$sS2fIegnr_S2fIegyd_TR__vjp_src_0_wrt_0 : $@convention(thin) (Float, @guaranteed @callee_guaranteed (@in_guaranteed Float) -> @out Float)
921920
-> (Float, @owned @callee_guaranteed (Float) -> Float) {
922921
// %0 // user: %3
923922
// %1 // user: %5

0 commit comments

Comments
 (0)