|
40 | 40 | <UseIntelTBB>true</UseIntelTBB> |
41 | 41 | <UseIntelMKL>Parallel</UseIntelMKL> |
42 | 42 | <PlatformToolset>v141</PlatformToolset> |
| 43 | + <UseInteloneMKL>Parallel</UseInteloneMKL> |
43 | 44 | </PropertyGroup> |
44 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
45 | 46 | <ConfigurationType>Application</ConfigurationType> |
|
48 | 49 | <UseIntelTBB>true</UseIntelTBB> |
49 | 50 | <UseIntelMKL>Parallel</UseIntelMKL> |
50 | 51 | <PlatformToolset>v141</PlatformToolset> |
| 52 | + <UseInteloneMKL>Parallel</UseInteloneMKL> |
51 | 53 | </PropertyGroup> |
52 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
53 | 55 | <ConfigurationType>Application</ConfigurationType> |
|
57 | 59 | <UseIntelTBB>true</UseIntelTBB> |
58 | 60 | <UseIntelMKL>Parallel</UseIntelMKL> |
59 | 61 | <PlatformToolset>v141</PlatformToolset> |
| 62 | + <UseInteloneMKL>Parallel</UseInteloneMKL> |
60 | 63 | </PropertyGroup> |
61 | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
62 | 65 | <ConfigurationType>Application</ConfigurationType> |
|
66 | 69 | <UseIntelTBB>true</UseIntelTBB> |
67 | 70 | <UseIntelMKL>Parallel</UseIntelMKL> |
68 | 71 | <PlatformToolset>v141</PlatformToolset> |
| 72 | + <UseInteloneMKL>Parallel</UseInteloneMKL> |
69 | 73 | </PropertyGroup> |
70 | 74 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'"> |
71 | 75 | <ConfigurationType>Application</ConfigurationType> |
|
76 | 80 | <ConfigurationType>Application</ConfigurationType> |
77 | 81 | <CharacterSet>MultiByte</CharacterSet> |
78 | 82 | <PlatformToolset>v141</PlatformToolset> |
| 83 | + <UseInteloneMKL>Parallel</UseInteloneMKL> |
79 | 84 | </PropertyGroup> |
80 | 85 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
81 | 86 | <ImportGroup Label="ExtensionSettings"> |
|
0 commit comments