You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an assertion failure when attempting to run scalehls-opt on a C program converted to MLIR, specifically targeting the pedestal subtraction example adapted for ScaleHLS. The error occurs during the design space exploration phase with the -scalehls-dse-pipeline option.
I'm seeking guidance on debugging this issue or any potential workarounds. Any help or insights into what might be causing this error would be greatly appreciated.
Best
The text was updated successfully, but these errors were encountered:
Hi ScaleHLS Team,
I encountered an assertion failure when attempting to run
scalehls-opt
on a C program converted to MLIR, specifically targeting the pedestal subtraction example adapted for ScaleHLS. The error occurs during the design space exploration phase with the-scalehls-dse-pipeline
option.I ran
scalehls-opt
with the command:And I got following error messages:
Here's the full bug report:
And here is the generated mlir code:
I'm seeking guidance on debugging this issue or any potential workarounds. Any help or insights into what might be causing this error would be greatly appreciated.
Best
The text was updated successfully, but these errors were encountered: