Skip to content

Commit

Permalink
[ci] Add tests with relu
Browse files Browse the repository at this point in the history
  • Loading branch information
gamzeisl committed Sep 24, 2024
1 parent 996c05f commit a35e404
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ run_sim:
P: 256
F: 256
activation: gelu
- S: 192
E: 256
P: 128
F: 128
activation: relu
script:
- make bender
- make sim VSIM_FLAGS=-c s=$S e=$E p=$P f=$F bias=1 activation=$activation
Expand All @@ -70,6 +75,11 @@ run_hwpe_sim:
P: 256
F: 256
activation: gelu
- S: 192
E: 256
P: 128
F: 128
activation: relu
script:
- make bender
- make sim VSIM_FLAGS=-c DEBUG=OFF target=sim_ita_hwpe_tb s=$S e=$E p=$P f=$F bias=1 activation=$activation
Expand Down

0 comments on commit a35e404

Please sign in to comment.