Skip to content

Commit

Permalink
Rename parallel_add.hpp into ParallelAdd.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gojakuch committed Apr 15, 2024
1 parent 662e85c commit 7a273f9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion unittests/Kokkos/ParallelFor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unittests/Kokkos/ParallelReduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unittests/Kokkos/ViewBasics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7a273f9

Please sign in to comment.