Casting negative s32 number to u64 directly will have leading 1s in the representation which is not what we want to get a single u64 out of two s32 seeds. Fixed this by first getting unsigned number of the same bit-width. PiperOrigin-RevId: 345902167 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| chlo_canonicalize.td | ||
| chlo_ops.cc | ||
| hlo_ops.cc | ||
| hlo_ops_base_enums.cc | ||
| hlo_ops_base_structs.cc | ||
| hlo_patterns.td | ||
| infer_fusibility_op_interface.cc | ||
| init.cc | ||
| lhlo_gpu_ops.cc | ||
| lhlo_gpu_ops_enums.cc | ||
| lhlo_gpu_ops_structs.cc | ||
| lhlo_ops.cc | ||
| lhlo_ops_structs.cc | ||
| mhlo_canonicalize.td | ||