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

Function kernel

benchmark/benchmark_block_exchange.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 unsigned int Trials>
51__global__ __launch_bounds__(BlockSize)
52void kernel(const T* d_input, const unsigned int* d_ranks, T* d_output)
53{
54 Runner::template run<T, BlockSize, ItemsPerThread, Trials>(d_input, d_ranks, d_output);
55}
56
57struct blocked_to_striped
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected