| 201 | } |
| 202 | |
| 203 | TEST(RocprimDeviceHistogramEven, IncorrectInput) |
| 204 | { |
| 205 | testHistogramEvenIncorrectInput(); |
| 206 | } |
| 207 | |
| 208 | template<class T> |
| 209 | using is_half = std::is_same<rocprim::half, typename std::remove_cv<T>::type>; |
nothing calls this directly
no test coverage detected