Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc5316 std::array<int64, 3> reduction_tiling = in ComputeReductionCodegenInfo() local
5337 reduction_tiling[2]), in ComputeReductionCodegenInfo()
5344 (reduction_tiling[2] * num_threads_x) == in ComputeReductionCodegenInfo()
5368 reduction_tiling[2] *= num_partial_results; in ComputeReductionCodegenInfo()
5388 {reduction_tiling[0], reduction_tiling[1] * num_threads_y, in ComputeReductionCodegenInfo()
5389 reduction_tiling[2] * num_threads_x}, in ComputeReductionCodegenInfo()