From a35e404abb4084811cf074e038030f0908936c0c Mon Sep 17 00:00:00 2001 From: gamzeisl Date: Tue, 24 Sep 2024 18:18:17 +0200 Subject: [PATCH] [ci] Add tests with relu --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 868b1fb..a3789a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -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