Skip to content

Commit 46ecfa2

Browse files
committed
ci: aarch64: fix nightly
1 parent 78a1e9f commit 46ecfa2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/automation/performance/benchdnn_comparison.py

-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ def compare_two_benchdnn(file1, file2, tolerance=0.05):
7070
failed_tests.append(prb + times_str)
7171
passed = False
7272

73-
print(prb + (" passed" if passed else " failed") + times_str)
74-
7573
if "GITHUB_OUTPUT" in os.environ:
7674
with open(os.environ["GITHUB_OUTPUT"], "a") as f:
7775
print(f"pass={passed}", file=f)

.github/automation/performance/inputs/eltwise_nightly

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
## algs which do not support alpha and beta + relu with alpha=0
2929
--alpha=0 --beta=0
3030
--alg=exp,exp_dst,gelu_erf,gelu_tanh,relu_dst,tanh,tanh_dst
31-
--batch=384x384
31+
384x384
3232

3333
## algs which support negative alpha
3434
--alpha=-2 --beta=0
3535
--alg=elu,relu,swish
36-
--batch=384x384
36+
384x384
3737

3838
## algs which support alpha and beta
3939
--alpha=-2 --beta=3
4040
--alg=linear
41-
--batch=384x384
41+
384x384

0 commit comments

Comments
 (0)