Skip to content

Commit d02031a

Browse files
Using TBB threading in MKL (#728)
1 parent be4cef5 commit d02031a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/backend/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ if(UNIX)
221221
set(DPNP_MATHLIB_DEP_LIBS
222222
mkl_sycl
223223
mkl_intel_ilp64
224-
mkl_sequential
224+
mkl_tbb_thread # mkl_sequential
225225
mkl_core
226226
sycl
227227
OpenCL

0 commit comments

Comments
 (0)