Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
sham::benchmarks::fma_chains_result Struct Reference

Structure containing the results of an fma_chains benchmark. More...

#include <shambackends/include/shambackends/benchmarks/fma_chains.hpp>

+ Collaboration diagram for sham::benchmarks::fma_chains_result:

Public Attributes

std::string func_name
 Name of the function.
 
f64 seconds
 Computation time in seconds.
 
f64 flops
 Flops per second.
 
u32 nrotations
 Number of rotation performed.
 

Detailed Description

Structure containing the results of an fma_chains benchmark.

Definition at line 65 of file fma_chains.hpp.

Member Data Documentation

◆ flops

f64 sham::benchmarks::fma_chains_result::flops

Flops per second.

Definition at line 68 of file fma_chains.hpp.

◆ func_name

std::string sham::benchmarks::fma_chains_result::func_name

Name of the function.

Definition at line 66 of file fma_chains.hpp.

◆ nrotations

u32 sham::benchmarks::fma_chains_result::nrotations

Number of rotation performed.

Definition at line 69 of file fma_chains.hpp.

◆ seconds

f64 sham::benchmarks::fma_chains_result::seconds

Computation time in seconds.

Definition at line 67 of file fma_chains.hpp.


The documentation for this struct was generated from the following file: