Skip to content

Commit 19c50c2

Browse files
committed
Enable NNlib benchmarks again for production
1 parent 3e72485 commit 19c50c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Benchmark.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ jobs:
7171
strategy:
7272
matrix:
7373
bm: [
74-
# for test
75-
#"nnlib(attention,activations,gemm)", "nnlib(conv)",
76-
#"nnlib(pooling,softmax)", "nnlib(dropout,upsample)",
74+
"nnlib(attention,activations,gemm)", "nnlib(conv)",
75+
"nnlib(pooling,softmax)", "nnlib(dropout,upsample)",
7776
"flux"
7877
]
7978
steps:

0 commit comments

Comments
 (0)