Home
last modified time | relevance | path

Searched defs:tile_range_kl (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pthreadpool/src/
H A Dlegacy-api.c140 struct fxdiv_divisor_size_t tile_range_kl; member
154 const struct fxdiv_divisor_size_t tile_range_kl = context->tile_range_kl; in compute_4d_tiled() local
H A Dthreadpool-object.h313 struct fxdiv_divisor_size_t tile_range_kl; member
344 struct fxdiv_divisor_size_t tile_range_kl; member
383 struct fxdiv_divisor_size_t tile_range_kl; member
H A Dportable-api.c617 …const struct fxdiv_divisor_size_t tile_range_kl = threadpool->params.parallelize_4d_tile_1d.tile_r… in thread_parallelize_4d_tile_1d() local
677 …const struct fxdiv_divisor_size_t tile_range_kl = threadpool->params.parallelize_4d_tile_2d.tile_r… in thread_parallelize_4d_tile_2d() local
749 …const struct fxdiv_divisor_size_t tile_range_kl = threadpool->params.parallelize_4d_tile_2d_with_u… in thread_parallelize_4d_tile_2d_with_uarch() local
1860 const size_t tile_range_kl = range_k * tile_range_l; in pthreadpool_parallelize_4d_tile_1d() local
1918 const size_t tile_range_kl = divide_round_up(range_k, tile_k) * tile_range_l; in pthreadpool_parallelize_4d_tile_2d() local
1988 const size_t tile_range_kl = divide_round_up(range_k, tile_k) * tile_range_l; in pthreadpool_parallelize_4d_tile_2d_with_uarch() local
H A Dfastpath.c676 …const struct fxdiv_divisor_size_t tile_range_kl = threadpool->params.parallelize_4d_tile_1d.tile_r… in pthreadpool_thread_parallelize_4d_tile_1d_fastpath() local
741 …const struct fxdiv_divisor_size_t tile_range_kl = threadpool->params.parallelize_4d_tile_2d.tile_r… in pthreadpool_thread_parallelize_4d_tile_2d_fastpath() local
818 …const struct fxdiv_divisor_size_t tile_range_kl = threadpool->params.parallelize_4d_tile_2d_with_u… in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath() local
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/
H A Dpthreadpool.cc266 caffe2::FixedDivisor<int32_t> tile_range_kl; member