Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCL-CTS
/ GetKernelName
Function
GetKernelName
test_conformance/math_brute_force/common.cpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
} // anonymous namespace
130
131
std::string GetKernelName(int vector_size_index)
132
{
133
return std::string(
"math_kernel"
) + sizeNames[vector_size_index];
134
}
135
Callers
1
BuildKernels
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected