[XLA:CPU] Always initialize result of the sort predicate
Technically this gets overwritten by less_than. However, less_than is JIT'ed code, which msan cannot track, leading to false positive warnings about uninitialized memory. PiperOrigin-RevId: 233431941
Loading
Please sign in to comment