| 277 | |
| 278 | template<> |
| 279 | double |
| 280 | xHer<cl_float2>:: |
| 281 | gflops() |
| 282 | { |
| 283 | return static_cast<double>((4 * buffer.N * buffer.N)/time_in_ns()); |
| 284 | } |
| 285 | |
| 286 | template<> |
| 287 | double |
nothing calls this directly
no outgoing calls
no test coverage detected