Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Dec 19, 2024
1 parent 6051404 commit cf38724
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 15 deletions.
1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/AllocatorPolicy.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ namespace clue {
#endif // ALPAKA_ACC_GPU_HIP_ENABLED

} // namespace clue

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/CachedBufAlloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,3 @@ namespace clue {
}

} // namespace clue

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/CachingAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,4 +440,3 @@ namespace clue {
};

} // namespace clue

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/alpakaConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,3 @@ namespace alpaka_omp2_async {
#ifdef ALPAKA_ACC_CPU_B_OMP2_T_SEQ_ASYNC_BACKEND
#define ALPAKA_ACCELERATOR_NAMESPACE alpaka_omp2_async
#endif // ALPAKA_ACC_CPU_B_OMP2_T_SEQ_ASYNC_BACKEND

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/alpakaDevices.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ namespace clue {
}

} // namespace clue

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/alpakaFwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,3 @@ namespace alpaka {
class AccCpuOmp2Blocks;

} // namespace alpaka

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/alpakaMemory.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,3 @@ namespace clue {
}

} // namespace clue

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/alpakaWorkDiv.h
Original file line number Diff line number Diff line change
Expand Up @@ -419,4 +419,3 @@ namespace clue {
}

} // namespace clue

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/chooseDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ namespace clue {
}

} // namespace clue

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/getDeviceCachingAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ namespace clue {
}

} // namespace clue

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/getDeviceIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ namespace clue {
#endif // ALPAKA_ACC_GPU_HIP_ENABLED

} // namespace clue

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/getHostCachingAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ namespace clue {
}

} // namespace clue

1 change: 0 additions & 1 deletion CLUEstering/alpaka/AlpakaCore/initialise.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ namespace clue {
#endif

} // namespace clue

3 changes: 2 additions & 1 deletion benchmark/dataset_size/read_csv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
using clue::VecArray;

template <typename T, size_t NDim>
std::pair<std::vector<VecArray<T, NDim>>, std::vector<T>> read_csv(const std::string& file_path) {
std::pair<std::vector<VecArray<T, NDim>>, std::vector<T>> read_csv(
const std::string& file_path) {
std::vector<VecArray<T, NDim>> coords;
std::vector<T> weights;

Expand Down
3 changes: 2 additions & 1 deletion benchmark/profiling/read_csv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
using clue::VecArray;

template <typename T, size_t NDim>
std::pair<std::vector<VecArray<T, NDim>>, std::vector<T>> read_csv(const std::string& file_path) {
std::pair<std::vector<VecArray<T, NDim>>, std::vector<T>> read_csv(
const std::string& file_path) {
std::vector<VecArray<T, NDim>> coords;
std::vector<T> weights;

Expand Down

0 comments on commit cf38724

Please sign in to comment.