Skip to content

AtPoints Operator Rebuild API #1885

Description

@jeremylt

For our AtPoints CeedOperators, we really should have an API to rebuild the operator from new CeedRestrictions. For a CPU backend it will likely just be cheaper to destroy and recreate the operator with new AtPoints restrictions, but for the GPU we could save a fair amount of JiT time this way.

The API could look something like this:

CeedOperatorAtPointsRebuild(op_old, at_points_rstr_new, *op_new)

CeedOperatorCompositeAtPointsRebuild(op_old, *at_points_rstrs_new, *op_new)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions