Home
last modified time | relevance | path

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

/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/gemm/
H A Dgen_gemm.cpp41 bool k_parallel = (nocopy_info_.kParallel || nocopy_info_.kParallelLocal); in launch_nocopy() local
86 if (k_parallel) arg_list.set(argn++, k0); in launch_nocopy()
109 gws[2] = k_parallel ? nstl::max(1, utils::div_up(k, k0)) in launch_nocopy()
177 bool k_parallel = nocopy_info_.kParallel || nocopy_info_.kParallelLocal; in execute() local
241 if (k_parallel) { in execute()