Skip to content

Commit

Permalink
fix(samples): replace CL/sycl.hpp with sycl/sycl.hpp (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
homksei authored Sep 11, 2024
1 parent c56aef7 commit 93465cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/oneapi/dpc/ccl/sources/knn_bf_distr_ccl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*******************************************************************************/

#include <CL/sycl.hpp>
#include <sycl/sycl.hpp>
#include <iomanip>
#include <iostream>

Expand Down
2 changes: 1 addition & 1 deletion samples/oneapi/dpc/mpi/sources/knn_bf_distr_mpi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*******************************************************************************/

#include <CL/sycl.hpp>
#include <sycl/sycl.hpp>
#include <iomanip>
#include <iostream>

Expand Down

0 comments on commit 93465cf

Please sign in to comment.