Skip to content

Commit

Permalink
Enable NNlib benchmarks again for production
Browse files Browse the repository at this point in the history
  • Loading branch information
skyleaworlder committed Oct 1, 2023
1 parent 3e72485 commit 19c50c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ jobs:
strategy:
matrix:
bm: [
# for test
#"nnlib(attention,activations,gemm)", "nnlib(conv)",
#"nnlib(pooling,softmax)", "nnlib(dropout,upsample)",
"nnlib(attention,activations,gemm)", "nnlib(conv)",
"nnlib(pooling,softmax)", "nnlib(dropout,upsample)",
"flux"
]
steps:
Expand Down

0 comments on commit 19c50c2

Please sign in to comment.