Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Refactor SGEMM micro-kernel benchmark
  • Loading branch information
Marat Dukhan committed Jan 1, 2019
1 parent 785f2a1 commit cf663ac
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 315 deletions.
2 changes: 1 addition & 1 deletion bench/convolution.cc
Expand Up @@ -676,7 +676,7 @@ static void ResNet50(benchmark::internal::Benchmark* b) {
b->Args({1, 56, 56, 1, 1, 1, 1, 1, 64, 64});
b->Args({1, 56, 56, 3, 3, 1, 1, 1, 64, 64});
b->Args({1, 56, 56, 1, 1, 1, 1, 1, 64, 256});
b->Args({1, 56, 56, 1, 1, 1, 1, 1, 64, 256});
/*b->Args({1, 56, 56, 1, 1, 1, 1, 1, 64, 256});*/
/******************** Conv 2.X ********************/
/* N H W KH KW S D G GCin GCout */
b->Args({1, 56, 56, 1, 1, 1, 1, 1, 256, 64});
Expand Down

0 comments on commit cf663ac

Please sign in to comment.