Skip to content

Commit

Permalink
forgot to uncomment code
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz committed Sep 25, 2024
1 parent 51b1bce commit d276efc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions group/matrix_multiply.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ int main(int argc, char** argv) {
BenchmarkApp app(argc, argv);

app.run<MicroBenchMatrixMultiply<int>>();
//app.run<MicroBenchMatrixMultiply<long long>>();
//app.run<MicroBenchMatrixMultiply<float>>();
//app.run<MicroBenchMatrixMultiply<double>>();
app.run<MicroBenchMatrixMultiply<long long>>();
app.run<MicroBenchMatrixMultiply<float>>();
app.run<MicroBenchMatrixMultiply<double>>();
return 0;
}

0 comments on commit d276efc

Please sign in to comment.