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 34d163b commit e0c09efCopy full SHA for e0c09ef
DirectProgramming/DPC++/DenseLinearAlgebra/simple-add/src/simple-add-buffers.cpp
@@ -22,6 +22,9 @@
22
#include <CL/sycl.hpp>
23
#include <array>
24
#include <iostream>
25
+
26
+// dpc_common.hpp can be found in the dev-utilities include folder.
27
+// e.g., $ONEAPI_ROOT/dev-utilities/<version>/include/dpc_common.hpp
28
#include "dpc_common.hpp"
29
30
#if FPGA || FPGA_EMULATOR
DirectProgramming/DPC++/DenseLinearAlgebra/simple-add/src/simple-add-usm.cpp
0 commit comments