Searched defs:work_element_count (Results 1 – 3 of 3) sorted by relevance
125 inline CudaLaunchConfig GetCudaLaunchConfig(int work_element_count, in GetCudaLaunchConfig()148 inline CudaLaunchConfig GetCudaLaunchConfig(int work_element_count, in GetCudaLaunchConfig()178 int work_element_count, const Eigen::GpuDevice& d, DeviceFunc func, in GetCudaLaunchConfigFixedBlockSize()
155 #define TEST_LAUNCH_PARAMETER(work_element_count) \ in TEST_F() argument
71 int work_element_count = (output_size + kGroupSize - 1) / kGroupSize; in operator ()() local