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

Function flat_id_kernel

test/rocprim/test_thread.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78__global__
79__launch_bounds__(1024)
80void flat_id_kernel(unsigned int* device_output)
81{
82 unsigned int thread_id = rocprim::flat_block_thread_id<BlockSizeX, BlockSizeY, BlockSizeZ>();
83 device_output[thread_id] = thread_id;
84}
85
86TYPED_TEST(RocprimThreadTests, FlatBlockThreadID)
87{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected