Disable parallelizing over both batch and inner matrix dimensions in CPU...
Disable parallelizing over both batch and inner matrix dimensions in CPU BatchMatmul, since this can lead to a deadlock in the Eigen multi-threaded contraction code. Tuned the heuristic selecting between parallelizing over batch or inner dimensions. PiperOrigin-RevId: 170861489
Loading
Please sign in to comment