Skip to content

Commit cee957c

Browse files
committed
use mkl beta9 for the DPNP
1 parent f08814d commit cee957c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

conda-recipe/meta.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.3.0" %}
1+
{% set version = "0.2" %}
22
{% set buildnumber = 0 %}
33

44
package:
@@ -14,13 +14,10 @@ requirements:
1414
- setuptools
1515
- numpy-devel >=1.18
1616
- cython
17-
- dpctl >=0.3.7
18-
- mkl-devel >=2021.1b10
17+
- mkl-devel >=2020.2
1918
run:
2019
- python
21-
- dpctl >=0.3.7
22-
- dpcpp_cpp_rt >=2021.1b10
23-
- mkl >=2021.1b10
20+
- mkl >=2020.2
2421

2522
build:
2623
number: {{buildnumber}}

dpnp/backend/queue_sycl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define QUEUE_SYCL_H
2929

3030
#include <CL/sycl.hpp>
31-
#include <oneapi/mkl.hpp>
31+
#include <mkl_sycl.hpp>
3232

3333
#if !defined(DPNP_LOCAL_QUEUE)
3434
#include <dppl_sycl_queue_manager.h>

0 commit comments

Comments
 (0)