We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
add_column
realloc(): invalid old size Aborted (core dumped)
Possibly misused lp_solve API, unchecked constraints on memory, incorrect graph construction or IDCT description itself.
The text was updated successfully, but these errors were encountered:
Muxianesty
No branches or pull requests
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:Possibly misused lp_solve API, unchecked constraints on memory, incorrect graph construction or IDCT description itself.
The text was updated successfully, but these errors were encountered: