Searched refs:threads_per_warp (Results 1 – 7 of 7) sorted by relevance
33 int threads_per_warp; member
611 gpu_device_info.threads_per_warp = in DeviceCompare()612 executor->GetDeviceDescription().threads_per_warp(); in DeviceCompare()
47 threads_per_block = gpu_device_info.threads_per_warp; in ThreadsPerBlockLimit()
967 gpu_device_info.threads_per_warp = in GetGpuDeviceInfo()968 stream_exec->GetDeviceDescription().threads_per_warp(); in GetGpuDeviceInfo()
48 gpu_device_info.threads_per_warp = 32; in CompileAndPrintLlvmIr()
134 int64_t threads_per_warp; member
95 const int64 &threads_per_warp() const { return threads_per_warp_; } in threads_per_warp() function