| 1195 | |
| 1196 | template<> |
| 1197 | double |
| 1198 | xGemm<cl_float2>:: |
| 1199 | gflops() |
| 1200 | { |
| 1201 | return (8.0*buffer_.m_*buffer_.n_*buffer_.k_)/(time_in_ns() / buffer_.apiCallCount); |
| 1202 | } |
| 1203 | |
| 1204 | template<> |
| 1205 | double |
nothing calls this directly
no outgoing calls
no test coverage detected