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

Function kernel

benchmark/benchmark_block_discontinuity.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 unsigned int Trials>
48__global__ __launch_bounds__(BlockSize)
49void kernel(const T* d_input, T* d_output)
50{
51 Runner::template run<T, BlockSize, ItemsPerThread, WithTile, Trials>(d_input, d_output);
52}
53
54struct flag_heads
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected