diff --git a/docs/building/MlNetMklDeps/MlNetMklDeps.nuspec b/docs/building/MlNetMklDeps/MlNetMklDeps.nuspec index b6d16f8497..d20d004942 100644 --- a/docs/building/MlNetMklDeps/MlNetMklDeps.nuspec +++ b/docs/building/MlNetMklDeps/MlNetMklDeps.nuspec @@ -2,7 +2,7 @@ MlNetMklDeps - 0.0.0.9 + 0.0.0.12 This NuGet package provides Intel(R) MKL dependencies for ML.NET Intel Corporation Microsoft diff --git a/docs/building/MlNetMklDeps/version.md b/docs/building/MlNetMklDeps/version.md index 8b62cd44cf..b181725284 100644 --- a/docs/building/MlNetMklDeps/version.md +++ b/docs/building/MlNetMklDeps/version.md @@ -13,4 +13,7 @@ windows: 2018.3.210 mkl 2019 Update 2 mac:2019.2.187 linux:2019.2.187 -windows:2019.2.187 \ No newline at end of file +windows:2019.2.187 + +#Intel MKl SDK versions used to build the MlNetMklDeps v0.0.0.12 +mkl 2021.3 \ No newline at end of file diff --git a/eng/Versions.props b/eng/Versions.props index fcbcfcd9ac..34dc4418a9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -22,7 +22,7 @@ 2.3.1 2.1.0 1.6.0 - 0.0.0.9 + 0.0.0.12 2.1.3 4.5.0 4.5.0 diff --git a/src/Microsoft.ML.Mkl.Redist/Microsoft.ML.Mkl.Redist.csproj b/src/Microsoft.ML.Mkl.Redist/Microsoft.ML.Mkl.Redist.csproj index 63f12a1b2d..8f752fe1a4 100644 --- a/src/Microsoft.ML.Mkl.Redist/Microsoft.ML.Mkl.Redist.csproj +++ b/src/Microsoft.ML.Mkl.Redist/Microsoft.ML.Mkl.Redist.csproj @@ -23,6 +23,8 @@ + + \ No newline at end of file diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 4955604c9c..54dc0e7b89 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -35,6 +35,10 @@ $(IntermediateOutputPath)_version.h + + true + + lib .dll @@ -86,7 +90,11 @@ SourceFiles="$(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsPackageVersion)\runtimes\$(PackageRid)\native\$(NativeLibPrefix)MklImports$(NativeLibExtension)" DestinationFolder="$(NativeAssetsBuiltPath)" /> - + + + @@ -121,7 +129,10 @@ - +