Function sequant::eval::detail::last_op_flops¶
Defined in File schedule_dump.hpp
Function Documentation¶
-
inline double &sequant::eval::detail::last_op_flops() noexcept¶
Diagnostic: the flops the last product op computed (cm->flops), stashed by DryRunOps::prod and read by the Build-event emitter in eval.hpp so each per-build event can carry the same cost the replay tallied — letting a caller sum per distinct node (by hash) with the replay’s own flop method, no second flop path. Thread-local; single-threaded dry-run replay.