|
23 | 23 | <ProjectGuid>{C0B0DBA9-7FB0-4C87-BDB1-3EED19DC2B8F}</ProjectGuid> |
24 | 24 | <RootNamespace>MKLWrapper</RootNamespace> |
25 | 25 | <ProjectName>MKL</ProjectName> |
26 | | - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
| 26 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
27 | 27 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
28 | 28 | <PlatformToolset>v142</PlatformToolset> |
29 | 29 | <TargetName>MathNet.Numerics.MKL</TargetName> |
|
33 | 33 | <CharacterSet>MultiByte</CharacterSet> |
34 | 34 | <WholeProgramOptimization>true</WholeProgramOptimization> |
35 | 35 | <UseIntelMKL>Parallel</UseIntelMKL> |
| 36 | + <UseInteloneMKL>Parallel</UseInteloneMKL> |
36 | 37 | </PropertyGroup> |
37 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
38 | 39 | <CharacterSet>MultiByte</CharacterSet> |
39 | 40 | <UseIntelMKL>Parallel</UseIntelMKL> |
| 41 | + <UseInteloneMKL>Parallel</UseInteloneMKL> |
40 | 42 | </PropertyGroup> |
41 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
42 | 44 | <CharacterSet>MultiByte</CharacterSet> |
43 | 45 | <WholeProgramOptimization>true</WholeProgramOptimization> |
44 | 46 | <UseIntelMKL>Parallel</UseIntelMKL> |
| 47 | + <UseInteloneMKL>Parallel</UseInteloneMKL> |
45 | 48 | </PropertyGroup> |
46 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
47 | 50 | <CharacterSet>MultiByte</CharacterSet> |
48 | 51 | <UseIntelMKL>Parallel</UseIntelMKL> |
| 52 | + <UseInteloneMKL>Parallel</UseInteloneMKL> |
49 | 53 | </PropertyGroup> |
50 | 54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
51 | 55 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
52 | | - <PropertyGroup> |
53 | | - <IntDir>$(Platform)\$(Configuration)\</IntDir> |
54 | | - <IntelRedistDir>$(INTEL_DEV_REDIST)</IntelRedistDir> |
55 | | - <IntelRedistDir Condition="'$(IntelRedistDir)' == ''">$(MKLProductDir)</IntelRedistDir> |
56 | | - <IntelIncludePaths>$(MKLIncludeDir);$(ICPP_COMPILER20)\mkl\include\;$(ICPP_COMPILER20)\mkl\include\fftw\;$(ICPP_COMPILER20)\compiler\include\</IntelIncludePaths> |
57 | | - <IntelLib32Paths>$(MKLLibDir)\;$(OmpLibDir)\;$(ICPP_COMPILER20)mkl\lib;$(ICPP_COMPILER20)mkl\lib\ia32_win;$(ICPP_COMPILER20)compiler\lib;$(ICPP_COMPILER20)compiler\lib\ia32_win</IntelLib32Paths> |
58 | | - <IntelLib64Paths>$(MKLLibDir)\;$(OmpLibDir)\;$(ICPP_COMPILER20)mkl\lib;$(ICPP_COMPILER20)mkl\lib\intel64_win;$(ICPP_COMPILER20)compiler\lib;$(ICPP_COMPILER20)compiler\lib\intel64_win</IntelLib64Paths> |
59 | | - </PropertyGroup> |
60 | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
61 | 57 | <OutDir>$(ProjectDir)..\..\..\..\out\MKL\Windows\x86\</OutDir> |
62 | 58 | <IncludePath>$(ProjectDir)..\..\Common;$(ProjectDir)..\..\MKL;$(IntelIncludePaths);$(IncludePath)</IncludePath> |
|
82 | 78 | <Optimization>Disabled</Optimization> |
83 | 79 | <AdditionalIncludeDirectories>$(IncludePath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
84 | 80 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
85 | | - <MinimalRebuild>true</MinimalRebuild> |
86 | 81 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
87 | 82 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
88 | 83 | <WarningLevel>Level3</WarningLevel> |
|
98 | 93 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> |
99 | 94 | </Link> |
100 | 95 | <PostBuildEvent> |
101 | | - <Command>copy "$(IntelRedistDir)redist\ia32_win\compiler\libiomp5md.dll" $(OutputPath)</Command> |
| 96 | + <Command>copy "$(CompilerPath)\libiomp5md.dll" $(OutputPath)</Command> |
102 | 97 | </PostBuildEvent> |
103 | 98 | </ItemDefinitionGroup> |
104 | 99 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
109 | 104 | <Optimization>Disabled</Optimization> |
110 | 105 | <AdditionalIncludeDirectories>$(IncludePath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
111 | 106 | <PreprocessorDefinitions>_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
112 | | - <MinimalRebuild>true</MinimalRebuild> |
113 | 107 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
114 | 108 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
115 | 109 | <WarningLevel>Level3</WarningLevel> |
|
125 | 119 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> |
126 | 120 | </Link> |
127 | 121 | <PostBuildEvent> |
128 | | - <Command>copy "$(IntelRedistDir)redist\intel64_win\compiler\libiomp5md.dll" $(OutputPath)</Command> |
| 122 | + <Command>copy "$(CompilerPath)\libiomp5md.dll" $(OutputPath)</Command> |
129 | 123 | </PostBuildEvent> |
130 | 124 | </ItemDefinitionGroup> |
131 | 125 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
154 | 148 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> |
155 | 149 | </Link> |
156 | 150 | <PostBuildEvent> |
157 | | - <Command>copy "$(IntelRedistDir)redist\ia32_win\compiler\libiomp5md.dll" $(OutputPath)</Command> |
| 151 | + <Command>copy "$(CompilerPath)\libiomp5md.dll" $(OutputPath)</Command> |
158 | 152 | </PostBuildEvent> |
159 | 153 | </ItemDefinitionGroup> |
160 | 154 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
186 | 180 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> |
187 | 181 | </Link> |
188 | 182 | <PostBuildEvent> |
189 | | - <Command>copy "$(IntelRedistDir)redist\intel64_win\compiler\libiomp5md.dll" $(OutputPath)</Command> |
| 183 | + <Command>copy "$(CompilerPath)\libiomp5md.dll" $(OutputPath)</Command> |
190 | 184 | </PostBuildEvent> |
191 | 185 | </ItemDefinitionGroup> |
192 | 186 | <ItemGroup> |
|
0 commit comments