mlir-hlo/lib
Smit Hinsu 9456af5880 Fix handling of negative seeds in random number generator op kernels for XLA
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: 345605910
2020-12-03 22:09:56 -08:00
..
Dialect Fix handling of negative seeds in random number generator op kernels for XLA 2020-12-03 22:09:56 -08:00
utils Fix constant folding of mhlo.convert op with i1 element types 2020-11-23 14:18:28 -08:00
CMakeLists.txt Add CMake files and lit configurations, enough for `ninja check-mlir-hlo` to pass on all the tests 2020-08-07 22:14:34 -07:00