Skip to content

Commit

Permalink
Use double quotes instead of <angled> include
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Feb 8, 2023
1 parent eb18f1d commit b4bd01d
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion core/perf_test/Benchmark_Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <Benchmark_Context.hpp>
#include "Benchmark_Context.hpp"

namespace KokkosBenchmark {

Expand Down
4 changes: 2 additions & 2 deletions core/perf_test/PerfTestGramSchmidt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

#include <Kokkos_Core.hpp>
#include <benchmark/benchmark.h>
#include <PerfTest_Category.hpp>
#include "PerfTest_Category.hpp"

#include <cmath>
#include <PerfTestBlasKernels.hpp>
#include "PerfTestBlasKernels.hpp"

//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions core/perf_test/PerfTestHexGrad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#include <Kokkos_Core.hpp>
#include <benchmark/benchmark.h>
#include <Benchmark_Context.hpp>
#include <PerfTest_Category.hpp>
#include "Benchmark_Context.hpp"
#include "PerfTest_Category.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_CustomReduction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <Kokkos_Core.hpp>
#include <benchmark/benchmark.h>
#include "Benchmark_Context.hpp"
#include <PerfTest_Category.hpp>
#include "PerfTest_Category.hpp"
#include <Kokkos_Random.hpp>
#include <utility>

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ExecSpacePartitioning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <Kokkos_Core.hpp>
#include <benchmark/benchmark.h>
#include <PerfTest_Category.hpp>
#include "PerfTest_Category.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewAllocate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <Kokkos_Core.hpp>
#include <benchmark/benchmark.h>
#include <Benchmark_Context.hpp>
#include "Benchmark_Context.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewFill.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <Benchmark_Context.hpp>
#include "Benchmark_Context.hpp"

#include <cmath>

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewFill_123.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewFill.hpp>
#include "PerfTest_ViewFill.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewFill_45.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewFill.hpp>
#include "PerfTest_ViewFill.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewFill_6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewFill.hpp>
#include "PerfTest_ViewFill.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewFill_7.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewFill.hpp>
#include "PerfTest_ViewFill.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewFill_8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewFill.hpp>
#include "PerfTest_ViewFill.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewFill_Raw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewFill.hpp>
#include "PerfTest_ViewFill.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewResize.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <Kokkos_Core.hpp>
#include <benchmark/benchmark.h>
#include <cmath>
#include <Benchmark_Context.hpp>
#include "Benchmark_Context.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewResize_123.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewResize.hpp>
#include "PerfTest_ViewResize.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewResize_45.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewResize.hpp>
#include "PerfTest_ViewResize.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewResize_6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewResize.hpp>
#include "PerfTest_ViewResize.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewResize_7.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewResize.hpp>
#include "PerfTest_ViewResize.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewResize_8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewResize.hpp>
#include "PerfTest_ViewResize.hpp"

namespace Test {

Expand Down
2 changes: 1 addition & 1 deletion core/perf_test/PerfTest_ViewResize_Raw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//@HEADER

#include <PerfTest_ViewResize.hpp>
#include "PerfTest_ViewResize.hpp"

namespace Test {

Expand Down
4 changes: 2 additions & 2 deletions core/perf_test/test_atomic_minmax_simple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

#include <benchmark/benchmark.h>

#include <Benchmark_Context.hpp>
#include <PerfTest_Category.hpp>
#include "Benchmark_Context.hpp"
#include "PerfTest_Category.hpp"
#include <Kokkos_Core.hpp>

using exec_space = Kokkos::DefaultExecutionSpace;
Expand Down

0 comments on commit b4bd01d

Please sign in to comment.