Searched refs:mem_clock_khz (Results 1 – 1 of 1) sorted by relevance
1089 port::StatusOr<int> mem_clock_khz = GpuDriver::GetDeviceAttribute( in PopulateDeviceDescription() local1093 if (mem_clock_khz.ok() && mem_bus_width_bits.ok()) { in PopulateDeviceDescription()1096 builder.set_memory_bandwidth(2 * int64_t{mem_clock_khz.ValueOrDie()} * in PopulateDeviceDescription()