File tree 8 files changed +8
-8
lines changed
Advisor/matrix_multiply_advisor/src
VTuneProfiler/matrix_multiply_vtune/src
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
10
10
// dpc_common.hpp can be found in the dev-utilities include folder.
11
11
// e.g., $ONEAPI_ROOT/dev-utilities//include/dpc_common.hpp
12
- #include " dpc_common.hpp"
13
12
#include " multiply.hpp"
13
+ #include " dpc_common.hpp"
14
14
15
15
typedef unsigned long long UINT64;
16
16
#define xstr (s ) x_str(s)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ constexpr int NUM=1024;
9
9
constexpr int MATRIXTILESIZE=16 ;
10
10
constexpr int WPT=8 ;
11
11
12
- #include < sycl /sycl.hpp>
12
+ #include < CL /sycl.hpp>
13
13
// exception handler
14
14
/*
15
15
The exception_list parameter is an iterable list of std::exception_ptr objects.
Original file line number Diff line number Diff line change 13
13
#include < sycl/sycl.hpp>
14
14
#include < iostream>
15
15
// Location of file: <oneapi-root>/dev-utilities/<version>/include
16
- #include " dpc_common.hpp"
17
16
#include " selector.hpp"
17
+ #include " dpc_common.hpp"
18
18
19
19
using namespace std ;
20
20
using namespace sycl ;
Original file line number Diff line number Diff line change 4
4
// SPDX-License-Identifier: MIT
5
5
// =============================================================
6
6
7
- #include < sycl /sycl.hpp>
7
+ #include < CL /sycl.hpp>
8
8
#include < iostream>
9
9
10
10
// Custom device selector to select a device of the specified type.
Original file line number Diff line number Diff line change 10
10
// The linear system is solved via Jacobi iteration.
11
11
// The algorithm converges, as the matrix A is strictly diagonally dominant.
12
12
13
- #include < sycl /sycl.hpp>
13
+ #include < CL /sycl.hpp>
14
14
#include < iostream>
15
15
#include < cmath>
16
16
// Location of file: <oneapi-root>/dev-utilities/<version>/include
Original file line number Diff line number Diff line change 10
10
// The linear system is solved via Jacobi iteration.
11
11
// The algorithm converges, as the matrix A is strictly diagonally dominant.
12
12
13
- #include < sycl /sycl.hpp>
13
+ #include < CL /sycl.hpp>
14
14
#include < iostream>
15
15
#include < cmath>
16
16
// Location of file: <oneapi-root>/dev-utilities/<version>/include
Original file line number Diff line number Diff line change 9
9
10
10
// dpc_common.hpp can be found in the dev-utilities include folder.
11
11
// e.g., $ONEAPI_ROOT/dev-utilities//include/dpc_common.hpp
12
- #include " dpc_common.hpp"
13
12
#include " multiply.hpp"
13
+ #include " dpc_common.hpp"
14
14
15
15
typedef unsigned long long UINT64;
16
16
#define xstr (s ) x_str(s)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ constexpr int NUM=1024;
9
9
constexpr int MATRIXTILESIZE=16 ;
10
10
constexpr int WPT=8 ;
11
11
12
- #include < sycl /sycl.hpp>
12
+ #include < CL /sycl.hpp>
13
13
// exception handler
14
14
/*
15
15
The exception_list parameter is an iterable list of std::exception_ptr objects.
You can’t perform that action at this time.
0 commit comments