| 302 | |
| 303 | template<> |
| 304 | double |
| 305 | xHer2<cl_float2>:: |
| 306 | gflops() |
| 307 | { |
| 308 | return static_cast<double>((8 * buffer.N * buffer.N)/time_in_ns()); |
| 309 | } |
| 310 | |
| 311 | template<> |
| 312 | double |
nothing calls this directly
no outgoing calls
no test coverage detected