Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc151 int unroll_x = 8; in GetReductionTiling() local
153 unroll_x = 16; in GetReductionTiling()
155 unroll_x = 64; in GetReductionTiling()
157 return {tile_z, 1, unroll_x}; in GetReductionTiling()