Skip to content

Commit

Permalink
iostream clean-up in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Oct 18, 2023
1 parent 549f6e1 commit 002cd2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
//@HEADER
*/

#include <iostream>

#include <Kokkos_Core.hpp>
#include <Kokkos_Random.hpp>

Expand Down
2 changes: 2 additions & 0 deletions perf_test/blas/blas1/KokkosBlas_dot_perf_test_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
//@HEADER
*/

#include <iostream>

#include <Kokkos_Core.hpp>
#include <Kokkos_Random.hpp>

Expand Down

0 comments on commit 002cd2b

Please sign in to comment.