Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
52f483e
[HW] 1. Support reduction operation for integer; 2. Fix single-burst …
Oct 3, 2025
3890099
[HW] 1. Fix sldu issue on reduction: align transaction number among c…
Oct 10, 2025
fb7dd9d
[HW/SW] [SW] 1. Fix bug in dotproduct kernel on red vl; 2. Align data…
Oct 17, 2025
f8b60fe
[HW] 1. Synchronize vl and vew between Ara and GLSU for load/store op…
Oct 23, 2025
1d9fe95
[HW] Fix bugs on multi-driven signals
Oct 30, 2025
4176b91
Merge SW intrinsics update from main
Oct 30, 2025
26513fe
[CI] Add CI and riscv-test
Nov 3, 2025
951b411
[CI] delete sphinx.yml
Nov 3, 2025
2f3f5ef
[CI] uncomment benchmark part
Nov 3, 2025
74f1461
[CI] uncomment roofline part
Nov 3, 2025
85b07eb
[CI] remove variables
Nov 3, 2025
1b5a9c1
[CI]update sciki-learn kit
Nov 3, 2025
62794b6
[CI] ci trial on toolchain
Nov 3, 2025
1022af4
[CI] ci trial on toolchain
Nov 3, 2025
5a2d75e
[spyglass] Fix license declaration
Nov 3, 2025
4cde560
[spyglass] Modify toolchain install flow
Nov 3, 2025
13b3613
[makefile] update spike commit
Nov 3, 2025
348420f
[CI] try to clone dtc from github mirror
Nov 3, 2025
881a2e9
[tb] Add cluster-related parameters in verilater tb
Nov 3, 2025
49659b6
[verilator] add cluster-related parameters verilator tb
Nov 3, 2025
1d9bb98
[verilater] update dram word width to 32*NrLanes*NrClusters
Nov 3, 2025
1c8c60e
[verilator] change the ways how parameters are passed to top level tb
Nov 4, 2025
62eca9e
[verilator] pass NrLanes and NrClusters with defined value
Nov 4, 2025
adae12d
[verilator] remove GNrLanes and GNrClusters define
Nov 4, 2025
a763aa7
[verilator] fix parameter name unmatch
Nov 4, 2025
0486a0c
[verilator] fix parameter name unmatch
Nov 4, 2025
2837f77
[config] temporarily limit NrLanes to 16 in total
Nov 4, 2025
8944f39
[apps] Add riscv-test header file and makefile
Nov 4, 2025
3b2ad21
[riscv-tests] Include riscv-test makefile in apps makefile
Nov 4, 2025
76fe004
[HW] adapt suhffle stage to support single cluster
Nov 4, 2025
5a75287
[makefiles] update makefiles for compilation
Nov 4, 2025
8971c76
[makefile] add NrClusters param in runtime.mk
Nov 4, 2025
e36bb6c
[config] limited total number of lanes under 16
Nov 4, 2025
f7b48d3
[makefile] add rvv isa ara_tests
Nov 4, 2025
f08f3be
[Config] Change configuration file for NrLanes and NrClusters
Nov 14, 2025
6d8fa8b
[CI] Disable 2_lanes configuration first
Nov 14, 2025
b24b4df
[CI] Disable 2_lanes tests
Nov 14, 2025
36503b2
[CI] Shrink kernel tests
Nov 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 23 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Description of PR that completes issue here...

## Changelog

### Fixed

- Description of changes

### Added

- Description of changes

### Changed

- Description of changes

## Checklist

- [ ] Automated tests pass
- [ ] Changelog updated
- [ ] Code style guideline is observed

Please check our [contributing guidelines](CONTRIBUTING.md) before opening a Pull Request.
Loading
Loading