| 399 | |
| 400 | template<> |
| 401 | double |
| 402 | xTrmv<cl_float2>:: |
| 403 | gflops() |
| 404 | { |
| 405 | return static_cast<double>(4 * buffer_.m_ * buffer_.m_ )/time_in_ns(); |
| 406 | } |
| 407 | |
| 408 | template<> |
| 409 | double |
nothing calls this directly
no outgoing calls
no test coverage detected