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

Function test_long

test_conformance/integer_ops/test_int_basic_ops.cpp:1329–1336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1327// These are kept for debugging if you want to run all the tests together.
1328
1329int test_long(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1330 if (!gHasLong)
1331 {
1332 log_info( "WARNING: 64 bit integers are not supported on this device. Skipping\n" );
1333 return CL_SUCCESS;
1334 }
1335 return run_test(deviceID, context, queue, num_elements, kLong, LONG_MATH_SHIFT_SIZE);
1336}
1337
1338int test_quick_long(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) {
1339 if (!gHasLong)

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected