Skip to content

Commit

Permalink
Change header file extension to .h
Browse files Browse the repository at this point in the history
  • Loading branch information
gojakuch committed Apr 16, 2024
1 parent 8fef51b commit f12b80b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions unittests/Kokkos/ParallelFor.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <Kokkos_Core.hpp>
#include "clad/Differentiator/Differentiator.h"
#include "gtest/gtest.h"
// #include "TestUtils.hpp"
#include "ParallelAdd.hpp"
// #include "TestUtils.h"
#include "ParallelAdd.h"

TEST(ParallelFor, HelloWorldLambdaLoopForward) {
// // check finite difference and forward mode similarity
Expand Down
4 changes: 2 additions & 2 deletions unittests/Kokkos/ParallelReduce.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <Kokkos_Core.hpp>
#include "clad/Differentiator/Differentiator.h"
#include "gtest/gtest.h"
// #include "TestUtils.hpp"
#include "ParallelAdd.hpp"
// #include "TestUtils.h"
#include "ParallelAdd.h"

TEST(ParallelReduce, HelloWorldLambdaLoopForward) {
// // check finite difference and forward mode similarity
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions unittests/Kokkos/ViewBasics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include <Kokkos_Core.hpp>
#include "clad/Differentiator/Differentiator.h"
#include "gtest/gtest.h"
#include "TestUtils.hpp"
#include "ParallelAdd.hpp"
#include "TestUtils.h"
#include "ParallelAdd.h"

double f(double x, double y) {
const int N = 2;
Expand Down

0 comments on commit f12b80b

Please sign in to comment.