| 40 | unsigned int Trials> |
| 41 | __global__ __launch_bounds__(BlockSize) |
| 42 | void kernel(const T* input, T* output) |
| 43 | { |
| 44 | Runner::template run<T, BlockSize, ItemsPerThread, BinSize, Trials>(input, output); |
| 45 | } |
| 46 | |
| 47 | template<rocprim::block_histogram_algorithm algorithm> |
| 48 | struct histogram |
nothing calls this directly
no outgoing calls
no test coverage detected