Add empty testbench folder structure#158
Conversation
n0thingNoob
commented
Oct 16, 2025
- Create 8 testbench folders: Conv2D, dtw, FFT, fir, gemm, histogram, relu, SpMV
- Use .gitkeep files to maintain empty folder structure
- Prepare for adding testbench files in the future
- Create 8 testbench folders: Conv2D, dtw, FFT, fir, gemm, histogram, relu, SpMV - Use .gitkeep files to maintain empty folder structure - Prepare for adding testbench files in the future
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Can't we simply do |
And I think your empty folders are also necessary/okay to be there, so later we can put |
|
|
first one LGTM~! |
ok |
|
My bad, I was working on another branch, and I forgot to change it. I am trying to update the submodule and accidentally merge the architecture_spec branch to this one. |
I think you can
|
|
and also feel free to close this and make a new one, as this one is pretty tiny/simple |
Yes, I am working on that. |
- Add CGRA-Bench submodule to test/ directory - Provides external benchmark collection for testing - Maintains clean testbench folder structure
a3aa72f to
5ce9799
Compare
|
It should be good now. |