Home
last modified time | relevance | path

Searched refs:cpu_cache_params (Results 1 – 7 of 7) sorted by relevance

/external/ruy/ruy/
Dblock_map.cc135 int rhs_scalar_size, const CpuCacheParams& cpu_cache_params) { in GetTraversalOrder() argument
142 if (kAnyFractal && (working_set_size > cpu_cache_params.local_cache_size)) { in GetTraversalOrder()
144 (working_set_size > cpu_cache_params.last_level_cache_size)) { in GetTraversalOrder()
250 const CpuCacheParams& cpu_cache_params) { in GetCacheLocalityScore() argument
264 total_read_bytes_log2 - floor_log2(cpu_cache_params.local_cache_size); in GetCacheLocalityScore()
322 const CpuCacheParams& cpu_cache_params) { in IsObviouslyLinearTraversal() argument
335 cpu_cache_params) == BlockMapTraversalOrder::kLinear; in IsObviouslyLinearTraversal()
341 const CpuCacheParams& cpu_cache_params, BlockMap* block_map) { in MakeBlockMap() argument
404 lhs_scalar_size, rhs_scalar_size, cpu_cache_params); in MakeBlockMap()
465 depth, lhs_scalar_size, rhs_scalar_size, cpu_cache_params); in MakeBlockMap()
Dblock_map_test.cc41 CpuCacheParams cpu_cache_params; in MakeBlockMapTuningTest() local
42 cpu_cache_params.local_cache_size = 128 * 1024; in MakeBlockMapTuningTest()
43 cpu_cache_params.last_level_cache_size = 1024 * 1024; in MakeBlockMapTuningTest()
46 rhs_scalar_size, tentative_thread_count, cpu_cache_params, in MakeBlockMapTuningTest()
Dblock_map.h114 const CpuCacheParams& cpu_cache_params);
121 const CpuCacheParams& cpu_cache_params, BlockMap* block_map);
Dtrmul.cc269 const CpuCacheParams& cpu_cache_params) { in GetUseSimpleLoop() argument
273 rhs_scalar_size, cpu_cache_params)) { in GetUseSimpleLoop()
308 const auto& cpu_cache_params = ctx->mutable_cpuinfo()->CacheParams(); in TrMul() local
316 cpu_cache_params)) { in TrMul()
342 tentative_thread_count, cpu_cache_params, &block_map); in TrMul()
DBUILD199 ":cpu_cache_params",
306 ":cpu_cache_params",
321 ":cpu_cache_params",
367 name = "cpu_cache_params",
368 hdrs = ["cpu_cache_params.h"],
401 ":cpu_cache_params",
956 ":cpu_cache_params",
Dtrace.h642 cpu_cache_params.local_cache_size, \
643 cpu_cache_params.last_level_cache_size); \
DCMakeLists.txt388 cpu_cache_params.h