CEED/libCEED

FLOP Estimates for Assembly Kernels

Offen

#1.983 geöffnet am 10.06.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (74 Forks)github user discovery
enhancementgood first issuehelp wantedperformance

Repository-Metriken

Stars
 (264 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 8T 15h) (10 gemergte PRs in 30 T)

Beschreibung

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