Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mlir] add debug messages explaining failure reasons of isValidIntOrFloat #69476

Closed
wants to merge 1 commit into from

Commits on Oct 18, 2023

  1. [mlir] Add debug messages for failures of isValidIntOrFloat

    I have run into assertion failures quite often when calling this method
    via `DenseElementsAttr::get`, and I think this would help, at the very
    least, by printing out the bit width size mismatches, rather than a
    plain assertion failure. I included all the other cases in the method
    for completeness
    j2kun committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    13632a6 View commit details
    Browse the repository at this point in the history