| 392 | |
| 393 | template<> |
| 394 | double |
| 395 | xTrsv<cl_float2>:: |
| 396 | gflops() |
| 397 | { |
| 398 | return static_cast<double>(4 * buffer_.m_ * buffer_.m_ )/time_in_ns(); |
| 399 | } |
| 400 | |
| 401 | template<> |
| 402 | double |
nothing calls this directly
no outgoing calls
no test coverage detected