• Home
  • Raw
  • Download

Lines Matching refs:tile_index_k_l

681 …const struct fxdiv_result_size_t tile_index_k_l = fxdiv_divide_size_t(tile_index_ij_kl.remainder, …  in pthreadpool_thread_parallelize_4d_tile_1d_fastpath()  local
685 size_t k = tile_index_k_l.quotient; in pthreadpool_thread_parallelize_4d_tile_1d_fastpath()
686 size_t start_l = tile_index_k_l.remainder * tile_l; in pthreadpool_thread_parallelize_4d_tile_1d_fastpath()
716 …const struct fxdiv_result_size_t tile_index_k_l = fxdiv_divide_size_t(tile_index_ij_kl.remainder, … in pthreadpool_thread_parallelize_4d_tile_1d_fastpath() local
717 const size_t start_l = tile_index_k_l.remainder * tile_l; in pthreadpool_thread_parallelize_4d_tile_1d_fastpath()
718 …task(argument, index_i_j.quotient, index_i_j.remainder, tile_index_k_l.quotient, start_l, min(rang… in pthreadpool_thread_parallelize_4d_tile_1d_fastpath()
746 …const struct fxdiv_result_size_t tile_index_k_l = fxdiv_divide_size_t(tile_index_ij_kl.remainder, … in pthreadpool_thread_parallelize_4d_tile_2d_fastpath() local
751 size_t start_k = tile_index_k_l.quotient * tile_k; in pthreadpool_thread_parallelize_4d_tile_2d_fastpath()
752 size_t start_l = tile_index_k_l.remainder * tile_l; in pthreadpool_thread_parallelize_4d_tile_2d_fastpath()
783 …const struct fxdiv_result_size_t tile_index_k_l = fxdiv_divide_size_t(tile_index_ij_kl.remainder, … in pthreadpool_thread_parallelize_4d_tile_2d_fastpath() local
784 const size_t start_k = tile_index_k_l.quotient * tile_k; in pthreadpool_thread_parallelize_4d_tile_2d_fastpath()
785 const size_t start_l = tile_index_k_l.remainder * tile_l; in pthreadpool_thread_parallelize_4d_tile_2d_fastpath()
823 …const struct fxdiv_result_size_t tile_index_k_l = fxdiv_divide_size_t(tile_index_ij_kl.remainder, … in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath() local
828 size_t start_k = tile_index_k_l.quotient * tile_k; in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath()
829 size_t start_l = tile_index_k_l.remainder * tile_l; in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath()
860 …const struct fxdiv_result_size_t tile_index_k_l = fxdiv_divide_size_t(tile_index_ij_kl.remainder, … in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath() local
861 const size_t start_k = tile_index_k_l.quotient * tile_k; in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath()
862 const size_t start_l = tile_index_k_l.remainder * tile_l; in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath()