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

Function kernel

benchmark/benchmark_block_scan.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected