Skip to content

Commit ae1b604

Browse files
CodingPlateletsSaiHoCaopyfirstcsh
authored
add:GemmFMA&&Test
* add:GemmFMA&&Test * add:QKMulFMASingle test bug * update but still error * add OutValue&Single * fix && AttnScores pass * Single FxpError &&SingleQueue Error * add fork test * fix OutValue and all passed but some TODO should fix * chage verilator version * change gcc version --------- Co-authored-by: SaiHoCao <m202474077@hust.edu.cn> Co-authored-by: pyfirstcsh <8295488+cao-shuai-hu@user.noreply.gitee.com>
1 parent 5ec69d1 commit ae1b604

9 files changed

Lines changed: 2912 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
apps: sbt
3030
- name: Setup Dependencies
3131
run: |
32-
sudo apt-get install ccache
32+
sudo apt-get install ccache g++-11 # 安装 GCC 11
33+
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 11
3334
- name: Get Cached Verilator
3435
id: get-cached-verilator
3536
uses: actions/cache@v4

0 commit comments

Comments
 (0)