Skip to content

Commit 930f8f5

Browse files
authored
Update matrix_mul_sycl.vcxproj
1 parent 5d88998 commit 930f8f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/matrix_mul_sycl.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4545
<ConfigurationType>Application</ConfigurationType>
4646
<UseDebugLibraries>true</UseDebugLibraries>
47-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
47+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
4848
<CharacterSet>Unicode</CharacterSet>
4949
</PropertyGroup>
5050
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5151
<ConfigurationType>Application</ConfigurationType>
5252
<UseDebugLibraries>false</UseDebugLibraries>
53-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
53+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
5454
<WholeProgramOptimization>true</WholeProgramOptimization>
5555
<CharacterSet>Unicode</CharacterSet>
5656
</PropertyGroup>
@@ -156,4 +156,4 @@
156156
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
157157
<ImportGroup Label="ExtensionTargets">
158158
</ImportGroup>
159-
</Project>
159+
</Project>

0 commit comments

Comments
 (0)