diff --git a/unittests/Kokkos/parallel_add.hpp b/unittests/Kokkos/ParallelAdd.hpp similarity index 100% rename from unittests/Kokkos/parallel_add.hpp rename to unittests/Kokkos/ParallelAdd.hpp diff --git a/unittests/Kokkos/ParallelFor.cpp b/unittests/Kokkos/ParallelFor.cpp index f83ad07a4..7deb7f3a0 100644 --- a/unittests/Kokkos/ParallelFor.cpp +++ b/unittests/Kokkos/ParallelFor.cpp @@ -2,7 +2,7 @@ #include "clad/Differentiator/Differentiator.h" #include "gtest/gtest.h" // #include "TestUtils.hpp" -#include "parallel_add.hpp" +#include "ParallelAdd.hpp" TEST(ParallelFor, HelloWorldLambdaLoopForward) { // // check finite difference and forward mode similarity diff --git a/unittests/Kokkos/ParallelReduce.cpp b/unittests/Kokkos/ParallelReduce.cpp index 5dab840be..225011995 100644 --- a/unittests/Kokkos/ParallelReduce.cpp +++ b/unittests/Kokkos/ParallelReduce.cpp @@ -2,7 +2,7 @@ #include "clad/Differentiator/Differentiator.h" #include "gtest/gtest.h" // #include "TestUtils.hpp" -#include "parallel_add.hpp" +#include "ParallelAdd.hpp" TEST(ParallelReduce, HelloWorldLambdaLoopForward) { // // check finite difference and forward mode similarity diff --git a/unittests/Kokkos/ViewBasics.cpp b/unittests/Kokkos/ViewBasics.cpp index ccb1ade9e..6b0f49607 100644 --- a/unittests/Kokkos/ViewBasics.cpp +++ b/unittests/Kokkos/ViewBasics.cpp @@ -6,7 +6,7 @@ #include "clad/Differentiator/Differentiator.h" #include "gtest/gtest.h" #include "TestUtils.hpp" -#include "parallel_add.hpp" +#include "ParallelAdd.hpp" double f(double x, double y) { const int N = 2;