Additional Enzyme examples and use cases (e.g DistributedGenerator)#54
Merged
Additional Enzyme examples and use cases (e.g DistributedGenerator)#54
Conversation
Co-authored-by: pelesh <peles2@llnl.gov>
…ed to find a better way.
Collaborator
Perhaps we should consider breaking this into a series of PRs, each with very specific focus? |
Collaborator
Author
I agree. It's getting harder to keep this branch up to date with develop as well. |
Collaborator
Author
|
I marked the PR as ready for review. I will create other PRs for the next features. |
shakedregev
approved these changes
Feb 20, 2025
4 tasks
reid-g
reviewed
Feb 25, 2025
reid-g
approved these changes
Feb 25, 2025
Collaborator
reid-g
left a comment
There was a problem hiding this comment.
Overall looks good to me.
…for a follow-up PR.
pelesh
reviewed
Feb 27, 2025
pelesh
approved these changes
Feb 27, 2025
Collaborator
pelesh
left a comment
There was a problem hiding this comment.
Looks good. Some code style issues still need to be addressed.
pelesh
added a commit
that referenced
this pull request
Apr 14, 2025
) * Add preliminary Enzyme support * Use better naming conventions * More verbose tests for enzyme support. * int --> double in Enzyme examples. * Separate scalar and vector examples using Enzyme. * Use classes in EnzymeLibCheck. * Basic usage of DenseMatrix in EnzymeVector example. * Method to convert Dense matriz to COO. * Use DenseMatrix to store the Jacobians in Enzyme vector example. * Working Enzyme derivative of DistributedGenerator * EnzymeLibVectorCheck. * Better documentation of the DenseMatrix class. --------- Co-authored-by: Asher Mancinelli <ashermancinelli@gmail.com> Co-authored-by: pelesh <peles2@llnl.gov> Co-authored-by: Slaven Peles <peless@ornl.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is work in progress to use Enzyme to compute Jacobians
Status: