We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cd8f3 commit 600c5deCopy full SHA for 600c5de
2 files changed
include/parallel/backends.hpp
@@ -1,8 +1,10 @@
1
#pragma once
2
+// clang-format off
3
+#include <stdint.h>
4
#include <oneapi/tbb/blocked_range.h>
5
#include <oneapi/tbb/info.h>
6
#include <oneapi/tbb/parallel_for.h>
-#include <stdint.h>
7
+// clang-format on
8
9
// NOLINTNEXTLINE(misc-header-include-cycle)
10
#include <Kokkos_Core.hpp>
include/perf/benchmarking.hpp
// Using chrono for good measurements and parallelism support
-#include <omp.h>
#include <stdint.h>
+#include <omp.h>
#include <chrono>
#include <cmath>
0 commit comments