Skip to content

Commit da77199

Browse files
author
codethinki
committed
added another af required but missing dll
1 parent 3d3603f commit da77199

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

flashlight/fl/tensor/backend/af/CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,13 @@ elseif(${FL_ARRAYFIRE_USE_CPU})
8484

8585
set(AF_LIB_DIR "${ArrayFire_DIR}/../lib")
8686

87-
fm_glob(MKL_DLLS "${AF_LIB_DIR}/" "mkl_avx2.2.dll" "mkl_def.2.dll")
87+
fm_glob(
88+
MKL_DLLS
89+
"${AF_LIB_DIR}/"
90+
"mkl_avx2.2.dll"
91+
"mkl_def.2.dll"
92+
"mkl_tbb_thread.2.dll"
93+
)
8894

8995

9096
fm_target_attach_dependency(

0 commit comments

Comments
 (0)