-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vector forward mode in docs #809
Conversation
@@ -127,6 +127,52 @@ Substituting `s = z` we will get `sz` = 1 | |||
Thus we don't need to run the program twice for each input. However, as mentioned | |||
above the only drawback is we need to re-run the program for a different output. | |||
|
|||
|
|||
Vectorized Forward Mode Automatic Differentiation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we give examples how to use that within clad with the proper api, etc. Maybe that usage documentation needs to go in a different section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have a usage section here: https://github.com/vgvassilev/clad/blob/master/docs/userDocs/source/user/UsingVectorMode.rst.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, let's move forward then!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Moved the vector mode doc from the compiler-research webpage. (also, condensed it a lot).