Skip to content

Commit bd8b9f8

Browse files
dpctl renaming (#380)
* dpctl renaming * up dpctl version in recipe
1 parent 2b75de2 commit bd8b9f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ requirements:
1010
- setuptools
1111
- numpy-devel >=1.18
1212
- cython
13-
- dpctl >=0.3.7
13+
- dpctl >=0.5
1414
- mkl-devel >=2021.1b10
1515
run:
1616
- python
17-
- dpctl >=0.3.7
17+
- dpctl >=0.5
1818
- dpcpp_cpp_rt >=2021.1b10
1919
- mkl >=2021.1b10
2020

dpnp/backend/queue_sycl.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include <ctime>
4242

4343
#if !defined(DPNP_LOCAL_QUEUE)
44-
#include <dppl_sycl_queue_manager.h>
44+
#include <dpctl_sycl_queue_manager.h>
4545
#endif
4646

4747
#include "backend_pstl.hpp" // this header must be included after <mkl.hpp>
@@ -128,7 +128,7 @@ class backend_sycl
128128
return *queue;
129129
#else
130130
// temporal solution. Started from Sept-2020
131-
DPPLSyclQueueRef DPCtrl_queue = DPPLQueueMgr_GetCurrentQueue();
131+
DPCTLSyclQueueRef DPCtrl_queue = DPCTLQueueMgr_GetCurrentQueue();
132132
return *(reinterpret_cast<cl::sycl::queue*>(DPCtrl_queue));
133133
#endif
134134
}

0 commit comments

Comments
 (0)