Skip to content

Commit

Permalink
Add relu test vectors to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gamzeisl committed Sep 24, 2024
1 parent b72dcbf commit d5b724a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ generate_testvectors:
- !reference [.setup_test, script]
- python testGenerator.py -H 1 -S 64 -E 64 -P 64 -F 64 --activation gelu
- python testGenerator.py -H 1 -S 128 -E 192 -P 256 -F 256 --activation gelu
- python testGenerator.py -H 1 -S 192 -E 256 -P 128 -F 128 --activation relu
artifacts:
paths:
- simvectors
Expand Down

0 comments on commit d5b724a

Please sign in to comment.