Skip to content

Add try catch of Enzyme #1129

Open
Open
@wsmoses

Description

@wsmoses

Now with some of the latest updates, Enzyme will throw specific errors for why it cannot differentiate a function.

Scimlsensitivity should use these errors to select the particular way to use enzyme.

For example,

autodiff(mode, f, args...) could throw a mutability error which necessitates the (current default) use of autodiff(mode, Duplicated(f,make_zero(f)), args...)

Similarly it could throw a runtime activity error which necessitates the use of autodiff(set_runtime_activity(mode), ...)

This way scimlsensitivity can use enzyme for as much as possible [and at maximum performance]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions