Modify rt example to also do a set of runs with tasks + SPMD together.

This commit is contained in:
Matt Pharr
2011-08-17 13:14:32 +01:00
parent d7662b3eb9
commit 60bdf1ef8a
7 changed files with 643 additions and 19 deletions

View File

@@ -164,8 +164,9 @@ ispc -O2 %(Filename).ispc -o %(Filename).obj -h %(Filename)_ispc.h
<ItemGroup>
<ClCompile Include="rt.cpp" />
<ClCompile Include="rt_serial.cpp" />
<ClCompile Include="tasks_concrt.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>