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