MCPcopy Create free account
hub / github.com/ROCm/rocPRIM / kernel

Function kernel

benchmark/benchmark_block_histogram.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected