File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
32
32
#include " Python.h"
33
33
#include " syclinterface/dpctl_data_types.h"
34
- #include < CL /sycl.hpp>
34
+ #include < sycl /sycl.hpp>
35
35
36
36
int async_dec_ref (DPCTLSyclQueueRef QRef,
37
37
PyObject **obj_array,
Original file line number Diff line number Diff line change 26
26
#pragma once
27
27
28
28
#include "dpctl_capi.h"
29
- #include <CL/sycl.hpp>
30
29
#include <complex>
31
30
#include <memory>
32
31
#include <pybind11/pybind11.h>
32
+ #include <sycl/sycl.hpp>
33
33
#include <utility>
34
34
#include <vector>
35
35
Original file line number Diff line number Diff line change 20
20
from . cimport _backend as dpctl_backend
21
21
22
22
23
- cdef extern from " CL /sycl.hpp" namespace " sycl" :
23
+ cdef extern from " sycl /sycl.hpp" namespace " sycl" :
24
24
cdef cppclass queue " sycl::queue" :
25
25
pass
26
26
Original file line number Diff line number Diff line change 22
22
// / This file defines functions of dpctl.tensor._tensor_impl extensions
23
23
// ===--------------------------------------------------------------------===//
24
24
25
- #include < CL/sycl.hpp>
26
25
#include < cstdint>
26
+ #include < sycl/sycl.hpp>
27
27
#include < utility>
28
28
#include < vector>
29
29
You can’t perform that action at this time.
0 commit comments