Skip to content

Commit 06519da

Browse files
krisrakRakshith Krishnappa
andauthored
removed dpc_common.hpp dependency (#1282)
Co-authored-by: Rakshith Krishnappa <krisrak@gmail.com>
1 parent 6163e91 commit 06519da

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

DirectProgramming/C++SYCL/Jupyter/oneapi-essentials-training/02_SYCL_Program_Structure/src/complex_mult_solution.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
#include <sycl/sycl.hpp>
77
#include <iomanip>
88
#include <vector>
9-
// dpc_common.hpp can be found in the dev-utilities include folder.
10-
// e.g., $ONEAPI_ROOT/dev-utilities/<version>/include/dpc_common.hpp
11-
#include "dpc_common.hpp"
129
#include "Complex.hpp"
1310

1411
using namespace sycl;

DirectProgramming/C++SYCL/Jupyter/oneapi-essentials-training/11_Intel_Distribution_for_GDB/src/array-transform.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
#include <sycl/sycl.hpp>
1414
#include <iostream>
15-
// Location of file: <oneapi-root>/dev-utilities/<version>/include
16-
#include "dpc_common.hpp"
1715
#include "selector.hpp"
1816

1917
using namespace std;
@@ -82,4 +80,4 @@ int main(int argc, char *argv[]) {
8280

8381
cout << "success; result is correct.\n";
8482
return 0;
85-
}
83+
}

0 commit comments

Comments
 (0)