![]() |
Shamrock 2025.10.0
Astrophysical Code
|
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. | |
Structure containing the results of an fma_chains benchmark.
Definition at line 65 of file fma_chains.hpp.
| f64 sham::benchmarks::fma_chains_result::flops |
Flops per second.
Definition at line 68 of file fma_chains.hpp.
| std::string sham::benchmarks::fma_chains_result::func_name |
Name of the function.
Definition at line 66 of file fma_chains.hpp.
| u32 sham::benchmarks::fma_chains_result::nrotations |
Number of rotation performed.
Definition at line 69 of file fma_chains.hpp.
| f64 sham::benchmarks::fma_chains_result::seconds |
Computation time in seconds.
Definition at line 67 of file fma_chains.hpp.