-
Notifications
You must be signed in to change notification settings - Fork 16
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
Reversed Heuristic and Exhaustive buttons #54
Comments
Thanks @hiverniaa , you are right, just reproduced and push a fix PR. Hi @tancheng , Thanks, |
tancheng
added a commit
that referenced
this issue
Mar 6, 2025
…ive-buttons Reversed Heuristic and Exhaustive buttons #54: fix issue and correct typo
yuqisun
added a commit
to yuqisun/CGRA-Flow
that referenced
this issue
Mar 7, 2025
…directional line with arrow head on each side
yuqisun
added a commit
to yuqisun/CGRA-Flow
that referenced
this issue
Mar 8, 2025
Reversed Heuristic and Exhaustive buttons tancheng#54 Update image accordingly.
Hi @hiverniaa , let you know new image pushed -> |
yuqisun
added a commit
to yuqisun/CGRA-Flow
that referenced
this issue
Mar 8, 2025
…es and data bitwidth and some minor adjustment
yuqisun
added a commit
to yuqisun/CGRA-Flow
that referenced
this issue
Mar 10, 2025
… color for multi-cgra frame
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The behavior of the UI seems wrong when choosing which algorithm to use for mapping : when selecting "Heuristic" in the GUI, the
heuristicMapping
parameter in theparam.json
file in thebuild/kernel
directory gets updated tofalse
, and vice-versa.I believe this is not the intended behavior, since when run through a script in the command line, the mapping process prints
[heuristic]
whenheuristicMapping
is set totrue
, and[exhaustive]
when set tofalse
.The issue is present in the Docker image, and I think it was not fixed in later modifications of CGRA-Flow.
The text was updated successfully, but these errors were encountered: