Skip to content

Commit 7edeedf

Browse files
committed
Fix for FPGA
1 parent 168fe1e commit 7edeedf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DirectProgramming/DPC++/DenseLinearAlgebra/simple-add/src/simple-add-buffers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <iostream>
2525
#include "dpc_common.hpp"
2626
#if FPGA || FPGA_EMULATOR
27-
#include <CL/sycl/intel/fpga_extensions.hpp>
27+
#include <CL/sycl/INTEL/fpga_extensions.hpp>
2828
#endif
2929

3030
using namespace sycl;

DirectProgramming/DPC++/DenseLinearAlgebra/simple-add/src/simple-add-usm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <iostream>
2525
#include "dpc_common.hpp"
2626
#if FPGA || FPGA_EMULATOR
27-
#include <CL/sycl/intel/fpga_extensions.hpp>
27+
#include <CL/sycl/INTEL/fpga_extensions.hpp>
2828
#endif
2929

3030
using namespace sycl;

0 commit comments

Comments
 (0)