Skip to content

Commit a2d3fd8

Browse files
committed
Signed-off-by: Ci Tian <[email protected]>
remove the extra include of CL/sycl.hpp
1 parent f726c8e commit a2d3fd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
// Header locations and some DPC++ extensions changed between beta09 and beta10
1616
// Temporarily modify the code sample to accept either version
17-
#include <CL/sycl.hpp>
1817
#define BETA09 20200827
1918
#if __SYCL_COMPILER_VERSION <= BETA09
2019
#include <CL/sycl/intel/fpga_extensions.hpp>

0 commit comments

Comments
 (0)