[ADD] Neura demo python script#64
Merged
tancheng merged 67 commits intotancheng:masterfrom Dec 14, 2025
Merged
Conversation
tancheng
reviewed
Nov 5, 2025
tools/expandable/tmp/fftDtw/t_dtw.cpp_12x12_unroll1_vector1.csv
Outdated
Show resolved
Hide resolved
tancheng
reviewed
Dec 9, 2025
Collaborator
Author
|
The script function is passed. I will format the code then. |
tancheng
reviewed
Dec 10, 2025
MeowMJ
commented
Dec 12, 2025
tancheng
approved these changes
Dec 13, 2025
Owner
|
@MeowMJ ready to merge? I saw you also handle certain corner cases for unrolling factor, would that help to align the trends? |
Collaborator
Author
|
Hi, here is the summary of the updated code:
I'm working on the stacked bar output. Let's merge it after I update the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the open-source Python demo for Neura.
Run
Python file structure:
tools/expandable/
├── README.md
├── main.py
├── core.py
└── visualization.py
Program logic:
Load and init task (Generate or read mapping result of kernels in
./tmp) -> Schedule kernels on multi-CGRAs (Generate schedule result in./result) -> Visualize using generated resultTODO: