File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ requirements:
10
10
- setuptools
11
11
- numpy-devel >=1.18
12
12
- cython
13
- - dpctl >=0.3.7
13
+ - dpctl >=0.5
14
14
- mkl-devel >=2021.1b10
15
15
run :
16
16
- python
17
- - dpctl >=0.3.7
17
+ - dpctl >=0.5
18
18
- dpcpp_cpp_rt >=2021.1b10
19
19
- mkl >=2021.1b10
20
20
Original file line number Diff line number Diff line change 41
41
#include < ctime>
42
42
43
43
#if !defined(DPNP_LOCAL_QUEUE)
44
- #include < dppl_sycl_queue_manager .h>
44
+ #include < dpctl_sycl_queue_manager .h>
45
45
#endif
46
46
47
47
#include " backend_pstl.hpp" // this header must be included after <mkl.hpp>
@@ -128,7 +128,7 @@ class backend_sycl
128
128
return *queue;
129
129
#else
130
130
// temporal solution. Started from Sept-2020
131
- DPPLSyclQueueRef DPCtrl_queue = DPPLQueueMgr_GetCurrentQueue ();
131
+ DPCTLSyclQueueRef DPCtrl_queue = DPCTLQueueMgr_GetCurrentQueue ();
132
132
return *(reinterpret_cast <cl::sycl::queue*>(DPCtrl_queue));
133
133
#endif
134
134
}
You can’t perform that action at this time.
0 commit comments