Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
static uint umin(uint a, uint b) { return (a <= b) ? a : b; }
52
53
static uint getSampleCount(uint dividend)
54
{
Callers
6
binarySearchInclusive
Function · 0.85
binarySearchExclusive
Function · 0.85
generateSampleRanks
Function · 0.85
mergeRanksAndIndices
Function · 0.85
mergeElementaryIntervals
Function · 0.85
mergeSortHost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected