| 247 | |
| 248 | template<> |
| 249 | double |
| 250 | xHemv<cl_float2>:: |
| 251 | gflops() |
| 252 | { |
| 253 | return static_cast<double>((8 * buffer.N * buffer.N)/time_in_ns()); |
| 254 | } |
| 255 | |
| 256 | template<> |
| 257 | double |
nothing calls this directly
no outgoing calls
no test coverage detected