Skip to content

Commit 6fddc73

Browse files
win: link with mkl_tbb_thread_dll (#1056)
1 parent 28de9c3 commit 6fddc73

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
@@ -232,7 +232,7 @@ elseif(WIN32)
232232
set(DPNP_MATHLIB_DEP_LIBS
233233
mkl_sycl_dll
234234
mkl_intel_ilp64_dll
235-
mkl_sequential_dll
235+
mkl_tbb_thread_dll # mkl_sequential_dll
236236
mkl_core_dll
237237
sycl
238238
OpenCL

0 commit comments

Comments
 (0)