Skip to content

support for 'Lazy DualArrays'/integration with LazyArrays.jl #16

@max-vassili3v

Description

@max-vassili3v

One of the optimisations that Fitzgibbon identifies for forward mode autodiff is loop fusion. My understanding is that the Julia compiler automatically does loop fusion on broadcast operations, but not elsewhere, and lazy evaluation has the same effect of removing intermediate allocations by delaying evaluations. Would it be worthwhile to support lazy evaluation/propagation of dual arrays and their jacobians, perhaps through LazyArrays.jl?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions