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

Function test_ulong

test_conformance/integer_ops/test_int_basic_ops.cpp:1347–1354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345}
1346
1347int test_ulong(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1348 if (!gHasLong)
1349 {
1350 log_info( "WARNING: 64 bit integers are not supported on this device. Skipping\n" );
1351 return CL_SUCCESS;
1352 }
1353 return run_test(deviceID, context, queue, num_elements, kULong, LONG_MATH_SHIFT_SIZE);
1354}
1355
1356int test_quick_ulong(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1357 if (!gHasLong)

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected