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

Fix IDCT test with LP-scheduling #8

Open
Muxianesty opened this issue Jun 21, 2024 · 0 comments
Open

Fix IDCT test with LP-scheduling #8

Muxianesty opened this issue Jun 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Muxianesty
Copy link
Collaborator

Muxianesty commented Jun 21, 2024

Currently IDCT test with LP-scheduling (file https://github.com/ispras/utopia-hls/blob/master/test/model/dfcxx/idct.cpp) is not used in the test system, as add_column function fails starting with 100th variable in the set (file https://github.com/ispras/utopia-hls/blob/master/src/model/dfcir/lib/dfcir/conversions/DFCIRLPUtils.cpp), causing the following error:

realloc(): invalid old size
Aborted (core dumped)

Possibly misused lp_solve API, unchecked constraints on memory, incorrect graph construction or IDCT description itself.

@Muxianesty Muxianesty added the bug Something isn't working label Jun 21, 2024
@Muxianesty Muxianesty self-assigned this Jun 21, 2024
@Muxianesty Muxianesty changed the title [Diploma Ed.] Fix IDCT test with LP-scheduling Fix IDCT test with LP-scheduling Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant