Skip to content

Commit e0c09ef

Browse files
committed
Add header comment
1 parent 34d163b commit e0c09ef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#include <CL/sycl.hpp>
2323
#include <array>
2424
#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
2528
#include "dpc_common.hpp"
2629

2730
#if FPGA || FPGA_EMULATOR

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#include <CL/sycl.hpp>
2323
#include <array>
2424
#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
2528
#include "dpc_common.hpp"
2629

2730
#if FPGA || FPGA_EMULATOR

0 commit comments

Comments
 (0)