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

Function kernel

benchmark/benchmark_block_reduce.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 unsigned int Trials>
46__global__ __launch_bounds__(BlockSize)
47void kernel(const T* input, T* output)
48{
49 Runner::template run<T, BlockSize, ItemsPerThread, Trials>(input, output);
50}
51
52template<rocprim::block_reduce_algorithm algorithm>
53struct reduce

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected