MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / test_int

Function test_int

test_conformance/integer_ops/test_int_basic_ops.cpp:1365–1367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1363}
1364
1365int test_int(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1366 return run_test(deviceID, context, queue, num_elements, kInt, LONG_MATH_SHIFT_SIZE);
1367}
1368
1369int test_quick_int(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1370 return run_test(deviceID, context, queue, num_elements, kInt, QUICK_MATH_SHIFT_SIZE);

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected