We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0961a88 commit af33a03Copy full SHA for af33a03
benchmarks/gbench/mp/fft3d.cpp
@@ -5,7 +5,11 @@
5
#include "cxxopts.hpp"
6
#include "fmt/core.h"
7
#include "mpi.h"
8
+#if (__INTEL_LLVM_COMPILER >= 20250000)
9
#include "oneapi/mkl/dft.hpp"
10
+#else
11
+#include "oneapi/mkl/dfti.hpp"
12
+#endif
13
#include <complex>
14
15
#include "dr/mp.hpp"
benchmarks/gbench/sp/fft3d.cpp
@@ -3,7 +3,11 @@
3
// SPDX-License-Identifier: BSD-3-Clause
4
#include <dr/sp.hpp>
#include <fmt/core.h>
0 commit comments