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

[FixPoint] Fix Div Fails with Data Type Wider Than 32-Bit #84

Open
zzzDavid opened this issue Jun 15, 2022 · 0 comments
Open

[FixPoint] Fix Div Fails with Data Type Wider Than 32-Bit #84

zzzDavid opened this issue Jun 15, 2022 · 0 comments
Assignees
Labels
MLIR Limitation MLIR limitations

Comments

@zzzDavid
Copy link
Collaborator

  • Affected test case: mlir/test_dtype.py::test_fixed_division.
  • Description: this test case fails for fixed/ufixed type wider than 32-bit, but passes otherwise.

Error message: A JIT error that states a udivti3 cannot be found.

JIT session error: Symbols not found: [ __udivti3 ]
Expected<T> must be checked before access or destruction.
Unchecked Expected<T> contained error:
Failed to materialize symbols: { (main, { _mlir__mlir_ciface_top, top, _mlir_top, _mlir_ciface_top }) } #0 0x00007f7171de943f PrintStackTraceSignalHandler(void*) Signals.cpp:0:0
 #1 0x00007f7171de6e69 SignalHandler(int) Signals.cpp:0:0
 #2 0x00007f717d1d2630 __restore_rt sigaction.c:0:0
 #3 0x00007f717c51a387 raise (/lib64/libc.so.6+0x36387)
 #4 0x00007f717c51ba78 abort (/lib64/libc.so.6+0x37a78)
@zzzDavid zzzDavid added the bug Something isn't working label Jun 15, 2022
@zzzDavid zzzDavid added this to the Integration tests milestone Jun 15, 2022
@zzzDavid zzzDavid self-assigned this Jun 15, 2022
@zzzDavid zzzDavid added MLIR Limitation MLIR limitations and removed bug Something isn't working labels Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MLIR Limitation MLIR limitations
Projects
None yet
Development

No branches or pull requests

1 participant