MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CLHPP / testKernelSetArgLocal

Function testKernelSetArgLocal

tests/test_openclhpp.cpp:2108–2112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2106}
2107
2108void testKernelSetArgLocal(void)
2109{
2110 clSetKernelArg_ExpectAndReturn(make_kernel(0), 2, 123, nullptr, CL_SUCCESS);
2111 kernelPool[0].setArg(2, cl::Local(123));
2112}
2113
2114void testKernelSetArgBySetKernelArgSVMPointerWithUniquePtrType(void)
2115{

Callers

nothing calls this directly

Calls 3

LocalFunction · 0.85
setArgMethod · 0.80
make_kernelFunction · 0.70

Tested by

no test coverage detected