Browse Source

limit dgemm benchmark to just 10,10,0

pull/2546/head
Martin Kroeker GitHub 6 years ago
parent
commit
ce95853101
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -166,4 +166,4 @@ steps:
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS
- make -C benchmark $COMMON_FLAGS
- benchmark/dgemm.goto
- benchmark/dgemm.goto 10 10 0

Loading…
Cancel
Save