Skip to content

Commit 7525ea4

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

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
@@ -959,7 +959,7 @@ at):
959959
<unknown>:0: note: opaque non-'@differentiable' function is not differentiable
960960
```
961961

962-
To support reabstraction thunk generation, we must find a way to avoid this opaque non-@differentiable function error. One straightforward solution is to change when the `@differentiable` function is formed:
962+
To support reabstraction thunk generation, we must find a way to avoid this "opaque non-@differentiable function" error. One straightforward solution is to change when the `@differentiable` function is formed:
963963
- Make the reabstraction thunk JVP/VJP take a `@differentiable` function-typed argument.
964964
- Make reabstraction thunk JVP/VJP callers construct and pass a `@differentiable` function-typed value.
965965

0 commit comments

Comments
 (0)