Searched refs:deviceMaxThreadSize (Results 1 – 1 of 1) sorted by relevance
223 size_t deviceMaxThreadSize; in test_min_max_work_group_size() local226 …Info( deviceID, CL_DEVICE_MAX_WORK_GROUP_SIZE, sizeof( deviceMaxThreadSize ), &deviceMaxThreadSize… in test_min_max_work_group_size()229 log_info("Reported %ld max device work group size.\n", deviceMaxThreadSize); in test_min_max_work_group_size()231 if( deviceMaxThreadSize == 0 ) in test_min_max_work_group_size()