Searched defs:memory_bandwidth (Results 1 – 6 of 6) sorted by relevance
28 uint64 memory_bandwidth = 4; // Bytes/s. field
72 double memory_bandwidth = 3; field
119 int64 memory_bandwidth() const { return memory_bandwidth_; } in memory_bandwidth() function
867 int64 memory_bandwidth = 2 * (int64(prop.memoryBusWidth) / 8) * in CreateDeviceDescription() local
628 int64_t memory_bandwidth = device_fns_->get_memory_bandwidth(&device_); in CreateDeviceDescription() local
141 int64_t memory_bandwidth; member