diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index fe6cf0c..f26011f 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -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: