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 f726c8e commit a2d3fd8Copy full SHA for a2d3fd8
DirectProgramming/DPC++FPGA/Tutorials/Features/max_interleaving/src/max_interleaving.cpp
@@ -14,7 +14,6 @@
14
15
// Header locations and some DPC++ extensions changed between beta09 and beta10
16
// Temporarily modify the code sample to accept either version
17
-#include <CL/sycl.hpp>
18
#define BETA09 20200827
19
#if __SYCL_COMPILER_VERSION <= BETA09
20
#include <CL/sycl/intel/fpga_extensions.hpp>
0 commit comments