MCPcopy Create free account
hub / github.com/NVIDIA/cuda-samples / umin

Function umin

cpp/0_Introduction/mergeSort/mergeSort_host.cpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static uint umin(uint a, uint b) { return (a <= b) ? a : b; }
52
53static uint getSampleCount(uint dividend)
54{

Callers 6

binarySearchInclusiveFunction · 0.85
binarySearchExclusiveFunction · 0.85
generateSampleRanksFunction · 0.85
mergeRanksAndIndicesFunction · 0.85
mergeElementaryIntervalsFunction · 0.85
mergeSortHostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected