Skip to content

Commit fb993c5

Browse files
committed
Replaced CL/sycl.h with sycl/sycl.h
1 parent cb82a79 commit fb993c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/oneMKL/matrix_mul_mkl/matrix_mul_mkl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <iomanip>
1515
#include <limits>
1616

17-
#include <CL/sycl.hpp>
17+
#include <sycl/sycl.hpp>
1818
#include "oneapi/mkl.hpp"
1919
#include "dpc_common.hpp"
2020

0 commit comments

Comments
 (0)