Home
last modified time | relevance | path

Searched refs:computedLocalWorkgroupSize (Results 1 – 1 of 1) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/context/
H A Ddriver_diagnostics_enqueue_tests.cpp775 auto computedLocalWorkgroupSize = computeWorkgroupSize(dispatchInfo); in TEST_P() local
777 localWorkGroupSize[0] = computedLocalWorkgroupSize.x; in TEST_P()
778 localWorkGroupSize[1] = computedLocalWorkgroupSize.y; in TEST_P()
779 localWorkGroupSize[2] = computedLocalWorkgroupSize.z; in TEST_P()
793computedLocalWorkgroupSize.x, computedLocalWorkgroupSize.y, computedLocalWorkgroupSize.z); in TEST_P()