Skip to content

Commit f726c8e

Browse files
committed
Signed-off-by: Ci Tian <[email protected]>
add the comment for #include "dpc_common.hpp" and change the includes in alphetical order
1 parent 375e733 commit f726c8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DirectProgramming/DPC++FPGA/Tutorials/Features/max_interleaving/src/max_interleaving.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
//
44
// SPDX-License-Identifier: MIT
55
// =============================================================
6-
#include <CL/sycl.hpp>
76
#include <array>
7+
#include <CL/sycl.hpp>
88
#include <iomanip>
99
#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
1013
#include "dpc_common.hpp"
1114

1215
// Header locations and some DPC++ extensions changed between beta09 and beta10

0 commit comments

Comments
 (0)