Home
last modified time | relevance | path

Searched refs:uarch_index (Results 1 – 9 of 9) sorted by relevance

/external/cpuinfo/bench/
Dget-current.cc26 const uint32_t uarch_index = cpuinfo_get_current_uarch_index(); in cpuinfo_get_current_uarch_index() local
27 benchmark::DoNotOptimize(uarch_index); in cpuinfo_get_current_uarch_index()
35 const uint32_t uarch_index = cpuinfo_get_current_uarch_index_with_default(0); in cpuinfo_get_current_uarch_index_with_default() local
36 benchmark::DoNotOptimize(uarch_index); in cpuinfo_get_current_uarch_index_with_default()
/external/pthreadpool/src/
Dportable-api.c102 uint32_t uarch_index = default_uarch_index; in thread_parallelize_1d_with_uarch() local
104 uarch_index = cpuinfo_get_current_uarch_index_with_default(default_uarch_index); in thread_parallelize_1d_with_uarch()
105 if (uarch_index > threadpool->params.parallelize_1d_with_uarch.max_uarch_index) { in thread_parallelize_1d_with_uarch()
106 uarch_index = default_uarch_index; in thread_parallelize_1d_with_uarch()
113 task(argument, uarch_index, range_start++); in thread_parallelize_1d_with_uarch()
126 task(argument, uarch_index, index); in thread_parallelize_1d_with_uarch()
306 uint32_t uarch_index = default_uarch_index; in thread_parallelize_2d_tile_1d_with_uarch() local
308 uarch_index = cpuinfo_get_current_uarch_index_with_default(default_uarch_index); in thread_parallelize_2d_tile_1d_with_uarch()
309 if (uarch_index > threadpool->params.parallelize_2d_tile_1d_with_uarch.max_uarch_index) { in thread_parallelize_2d_tile_1d_with_uarch()
310 uarch_index = default_uarch_index; in thread_parallelize_2d_tile_1d_with_uarch()
[all …]
Dfastpath.c108 uint32_t uarch_index = default_uarch_index; in pthreadpool_thread_parallelize_1d_with_uarch_fastpath() local
110 uarch_index = cpuinfo_get_current_uarch_index_with_default(default_uarch_index); in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
111 if (uarch_index > threadpool->params.parallelize_1d_with_uarch.max_uarch_index) { in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
112 uarch_index = default_uarch_index; in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
122 task(argument, uarch_index, range_start++); in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
134 task(argument, uarch_index, index); in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
337 uint32_t uarch_index = default_uarch_index; in pthreadpool_thread_parallelize_2d_tile_1d_with_uarch_fastpath() local
339 uarch_index = cpuinfo_get_current_uarch_index_with_default(default_uarch_index); in pthreadpool_thread_parallelize_2d_tile_1d_with_uarch_fastpath()
340 if (uarch_index > threadpool->params.parallelize_2d_tile_1d_with_uarch.max_uarch_index) { in pthreadpool_thread_parallelize_2d_tile_1d_with_uarch_fastpath()
341 uarch_index = default_uarch_index; in pthreadpool_thread_parallelize_2d_tile_1d_with_uarch_fastpath()
[all …]
/external/cpuinfo/src/arm/windows/
Dinit-by-logical-sys-info.c291 for (uint32_t i = 0, uarch_index = 0; i < nr_of_cores; i++) { in cpu_info_init_by_logical_sys_info() local
294 uarch_index++; in cpu_info_init_by_logical_sys_info()
296 if (uarch_index >= nr_of_uarchs) { in cpu_info_init_by_logical_sys_info()
300 uarchs[uarch_index].uarch = cores[i].uarch; in cpu_info_init_by_logical_sys_info()
301 uarchs[uarch_index].core_count = 1; in cpu_info_init_by_logical_sys_info()
302 uarchs[uarch_index].processor_count = cores[i].processor_count; in cpu_info_init_by_logical_sys_info()
304 uarchs[uarch_index].core_count++; in cpu_info_init_by_logical_sys_info()
305 uarchs[uarch_index].processor_count += cores[i].processor_count; in cpu_info_init_by_logical_sys_info()
/external/XNNPACK/src/xnnpack/
Dcompute.h210 uint32_t uarch_index,
219 uint32_t uarch_index,
330 uint32_t uarch_index,
339 uint32_t uarch_index,
349 uint32_t uarch_index,
357 uint32_t uarch_index,
/external/XNNPACK/src/
Doperator-run.c1180 uint32_t uarch_index, in xnn_compute_hmp_grouped_gemm() argument
1191 context->ukernel.function[uarch_index]( in xnn_compute_hmp_grouped_gemm()
1206 uint32_t uarch_index, in xnn_compute_hmp_gemm() argument
1215 context->ukernel.function[uarch_index]( in xnn_compute_hmp_gemm()
1230 uint32_t uarch_index, in xnn_compute_hmp_grouped_batch_igemm() argument
1241 context->ukernel.function[uarch_index]( in xnn_compute_hmp_grouped_batch_igemm()
1258 uint32_t uarch_index, in xnn_compute_hmp_grouped_igemm() argument
1268 context->ukernel.function[uarch_index]( in xnn_compute_hmp_grouped_igemm()
1285 uint32_t uarch_index, in xnn_compute_batch_hmp_igemm() argument
1295 context->ukernel.function[uarch_index]( in xnn_compute_batch_hmp_igemm()
[all …]
/external/cpuinfo/src/arm/linux/
Dapi.h189 uint32_t uarch_index; member
Dinit.c501 arm_linux_processors[i].uarch_index = uarchs_count - 1; in cpuinfo_arm_linux_init()
658 arm_linux_processors[i].uarch_index; in cpuinfo_arm_linux_init()
/external/pthreadpool/test/
Dpthreadpool.cc681 static void CheckUArch1DWithUArch(void*, uint32_t uarch_index, size_t) { in CheckUArch1DWithUArch() argument
682 if (uarch_index != kDefaultUArchIndex) { in CheckUArch1DWithUArch()
683 EXPECT_LE(uarch_index, kMaxUArchIndex); in CheckUArch1DWithUArch()
2190 static void CheckUArch2DTile1DWithUArch(void*, uint32_t uarch_index, size_t, size_t, size_t) { in CheckUArch2DTile1DWithUArch() argument
2191 if (uarch_index != kDefaultUArchIndex) { in CheckUArch2DTile1DWithUArch()
2192 EXPECT_LE(uarch_index, kMaxUArchIndex); in CheckUArch2DTile1DWithUArch()
2561 static void CheckUArch2DTile1DWithUArchWithThread(void*, uint32_t uarch_index, size_t, size_t, size… in CheckUArch2DTile1DWithUArchWithThread() argument
2562 if (uarch_index != kDefaultUArchIndex) { in CheckUArch2DTile1DWithUArchWithThread()
2563 EXPECT_LE(uarch_index, kMaxUArchIndex); in CheckUArch2DTile1DWithUArchWithThread()
3300 static void CheckUArch2DTile2DWithUArch(void*, uint32_t uarch_index, size_t, size_t, size_t, size_t… in CheckUArch2DTile2DWithUArch() argument
[all …]