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 375e733 commit f726c8eCopy full SHA for f726c8e
DirectProgramming/DPC++FPGA/Tutorials/Features/max_interleaving/src/max_interleaving.cpp
@@ -3,10 +3,13 @@
3
//
4
// SPDX-License-Identifier: MIT
5
// =============================================================
6
-#include <CL/sycl.hpp>
7
#include <array>
+#include <CL/sycl.hpp>
8
#include <iomanip>
9
#include <iostream>
10
+
11
+// dpc_common.hpp can be found in the dev-utilities include folder.
12
+// e.g., $ONEAPI_ROOT/dev-utilities//include/dpc_common.hpp
13
#include "dpc_common.hpp"
14
15
// Header locations and some DPC++ extensions changed between beta09 and beta10
0 commit comments