Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ASAN issue casting to uint32 (iree-org#13193)
Internally, asan includes undefined behavior sanitizer. Some tests are hitting this where it's casting a float which is out of the range for uint32.
- Loading branch information