Skip to content

Commit 02aa1cb

Browse files
SaiHoCaopyfirstcsh
andauthored
Dev csh (#1)
* 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: pyfirstcsh <8295488+cao-shuai-hu@user.noreply.gitee.com>
1 parent 82e0504 commit 02aa1cb

File tree

9 files changed

+2912
-2
lines changed

9 files changed

+2912
-2
lines changed

.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)