Skip to content
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

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

vaithak
Copy link
Collaborator

@vaithak vaithak commented Mar 8, 2024

Moved the vector mode doc from the compiler-research webpage. (also, condensed it a lot).

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.89%. Comparing base (d7e5434) to head (6db7a12).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #809   +/-   ##
=======================================
  Coverage   94.89%   94.89%           
=======================================
  Files          49       49           
  Lines        7478     7478           
=======================================
  Hits         7096     7096           
  Misses        382      382           

@vgvassilev vgvassilev requested a review from parth-07 March 8, 2024 22:51
@@ -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
Copy link
Owner

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner

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!

Copy link
Owner

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@vgvassilev vgvassilev merged commit 5736df6 into vgvassilev:master Mar 10, 2024
81 checks passed
@vaithak vaithak deleted the vector-mode-doc-fix branch March 13, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants