CEED/libCEED

FLOP Estimates for Assembly Kernels

Open

#1,983 opened on Jun 10, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (73 forks)github user discovery
enhancementgood first issuehelp wantedperformance

Repository metrics

Stars
 (257 stars)
PR merge metrics
 (PR metrics pending)

Description

It would be useful for performance profiling to provide FLOP count estimates for CeedOperatorLinearAssemblePointBlockDiagonal, CeedOperatorLinearAssemble, and CeedOperatorLinearAssembleDiagonal. This is quite backend dependent, and also may differ based on whether the QFunction assembly data is stale. We should determine how to be as accurate as possible with that info, but even a rough estimate would be useful.

This is mostly just counting.

Contributor guide