| 47 | unsigned int Trials> |
| 48 | __global__ __launch_bounds__(BlockSize) |
| 49 | void kernel(const T* d_input, T* d_output) |
| 50 | { |
| 51 | Runner::template run<T, BlockSize, ItemsPerThread, WithTile, Trials>(d_input, d_output); |
| 52 | } |
| 53 | |
| 54 | struct flag_heads |
| 55 | { |
nothing calls this directly
no outgoing calls
no test coverage detected