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

Function kernel

benchmark/benchmark_block_adjacent_difference.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 typename... Args>
50__global__ __launch_bounds__(BlockSize)
51void kernel(Args... args)
52{
53 Benchmark::template run<BlockSize, ItemsPerThread, WithTile>(args...);
54}
55
56struct subtract_left
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected