Searched refs:l2_cache_size (Results 1 – 5 of 5) sorted by relevance
99 l2_cache_size = re.match(r'(\d+)', str(info.get('l2_cache_size', '')))100 if l2_cache_size:102 cpu_info.cache_size['L2'] = int(l2_cache_size.group(0)) * 1024
76 l2_cache_size=3145728,91 l2_cache_size=262144,
42 int64 l2_cache_size = 9; field
120 LOG(INFO) << offset3 << "L2 cache size = " << dt.l2_cache_size(); in PrintDebugInfo()
400 const size_t l2_cache_size = 256LL << 10; in Compute() local422 const size_t min_thread_work_unit_size = l2_cache_size / sizeof(T); in Compute()