Skip to content

Commit

Permalink
Changed bias for test vectors in gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kant committed Nov 8, 2024
1 parent bf27488 commit 83290ae
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ generate_testvectors:
stage: test
script:
- !reference [.setup_test, script]
# - python testGenerator.py -H 1 -S 64 -E 64 -P 64 -F 64 --activation gelu --skip-vector-validation
# - python testGenerator.py -H 1 -S 128 -E 192 -P 256 -F 256 --activation gelu --skip-vector-validation
# - python testGenerator.py -H 1 -S 192 -E 256 -P 128 -F 128 --activation relu --skip-vector-validation
# - python testGenerator.py -H 1 -S 1 -E 2 -P 3 -F 3 --activation gelu --no-bias --skip-vector-validation
# - python testGenerator.py -H 1 -S 1 -E 2 -P 3 -F 3 --activation relu --no-bias --skip-vector-validation
# - python testGenerator.py -H 1 -S 63 -E 62 -P 61 -F 61 --activation relu --no-bias --skip-vector-validation
# - python testGenerator.py -H 1 -S 65 -E 130 -P 195 -F 195 --activation relu --no-bias --skip-vector-validation
# - python testGenerator.py -H 1 -S 127 -E 190 -P 253 -F 253 --activation relu --no-bias --skip-vector-validation
# - python testGenerator.py -H 1 -S 511 -E 511 -P 127 -F 63 --activation relu --skip-vector-validation
# - python testGenerator.py -H 1 -S 63 -E 63 -P 50 -F 129 --activation gelu --skip-vector-validation
# - python testGenerator.py -H 1 -S 255 -E 63 -P 511 -F 511 --activation identity --skip-vector-validation
- python testGenerator.py -H 1 -S 64 -E 64 -P 64 -F 64 --activation gelu --skip-vector-validation
- python testGenerator.py -H 1 -S 128 -E 192 -P 256 -F 256 --activation gelu --skip-vector-validation
- python testGenerator.py -H 1 -S 192 -E 256 -P 128 -F 128 --activation relu --skip-vector-validation
- python testGenerator.py -H 1 -S 1 -E 2 -P 3 -F 3 --activation gelu --skip-vector-validation
- python testGenerator.py -H 1 -S 1 -E 2 -P 3 -F 3 --activation relu --skip-vector-validation
- python testGenerator.py -H 1 -S 63 -E 62 -P 61 -F 61 --activation relu --skip-vector-validation
- python testGenerator.py -H 1 -S 65 -E 130 -P 195 -F 195 --activation relu --skip-vector-validation
- python testGenerator.py -H 1 -S 127 -E 190 -P 253 -F 253 --activation relu --skip-vector-validation
- python testGenerator.py -H 1 -S 511 -E 511 -P 127 -F 63 --activation relu --skip-vector-validation
- python testGenerator.py -H 1 -S 63 -E 63 -P 50 -F 129 --activation gelu --skip-vector-validation
- python testGenerator.py -H 1 -S 255 -E 63 -P 511 -F 511 --activation identity --skip-vector-validation
artifacts:
paths:
- simvectors
Expand Down

0 comments on commit 83290ae

Please sign in to comment.