Searched defs:work_element_count (Results 1 – 3 of 3) sorted by relevance
127 inline GpuLaunchConfig GetGpuLaunchConfig(int work_element_count, in GetGpuLaunchConfig()146 inline CudaLaunchConfig GetCudaLaunchConfig(int work_element_count, in GetCudaLaunchConfig()156 GpuLaunchConfig GetGpuLaunchConfig(int work_element_count, in GetGpuLaunchConfig()193 int work_element_count, const Eigen::GpuDevice& d, DeviceFunc func, in GetGpuLaunchConfigFixedBlockSize()
182 #define TEST_LAUNCH_PARAMETER(work_element_count) \ in TEST_F() argument
84 int work_element_count = (output_size + kGroupSize - 1) / kGroupSize; in operator ()() local