Skip to content

Commit

Permalink
Fixes #412: bandwidthtest now includes <iostream> on its own.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalroz committed Oct 6, 2022
1 parent 4730073 commit cfa4d30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <utility>
#include <algorithm>
#include <numeric>
#include <iostream>

void profileCopies(float *h_a,
float *h_b,
Expand Down

0 comments on commit cfa4d30

Please sign in to comment.