Skip to content

Commit 407ffc2

Browse files
committed
Fix README files, include header files for windows
1 parent d0da2c9 commit 407ffc2

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Libraries/oneTBB/tbb-async-sycl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This sample illustrates how computational kernel can be split for execution betw
44
|:--- |:---
55
| OS | Linux* Ubuntu* 18.04; Windows 10
66
| Hardware | Skylake with GEN9 or newer
7-
| Software | Intel® oneAPI DPC++ Compiler (beta)
7+
| Software | Intel® oneAPI DPC++/C++ Compiler (beta)
88
| What you will learn | How to offload the computation to GPU using Intel DPC++ compiler
99
| Time to complete | 15 minutes
1010

Libraries/oneTBB/tbb-async-sycl/tbb-async-sycl.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<SYCLShowVerboseInformation>false</SYCLShowVerboseInformation>
100100
<AdditionalOptions>/I"$(ONEAPI_ROOT)/tbb/latest/include" %(AdditionalOptions)</AdditionalOptions>
101101
<SYCLWarningLevel>DisableAllWarnings</SYCLWarningLevel>
102+
<AdditionalIncludeDirectories>$(ONEAPI_ROOT)dev-utilities\latest\include</AdditionalIncludeDirectories>
102103
</ClCompile>
103104
<Link>
104105
<SubSystem>Console</SubSystem>

Libraries/oneTBB/tbb-task-sycl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This sample illustrates how 2 TBB tasks can execute similar computational kernel
44
|:--- |:---
55
| OS | Linux* Ubuntu* 18.04; Windows 10
66
| Hardware | Skylake with GEN9 or newer
7-
| Software | Intel&reg; oneAPI DPC++ Compiler (beta)
7+
| Software | Intel&reg; oneAPI DPC++/C++ Compiler (beta)
88
| What you will learn | How to offload the computation to GPU using Intel DPC++ compiler
99
| Time to complete | 15 minutes
1010

Libraries/oneTBB/tbb-task-sycl/tbb-task-sycl.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<AdditionalOptions>/I"$(ONEAPI_ROOT)/tbb/latest/include" %(AdditionalOptions)</AdditionalOptions>
100100
<SYCLShowVerboseInformation>false</SYCLShowVerboseInformation>
101101
<SYCLWarningLevel>DisableAllWarnings</SYCLWarningLevel>
102+
<AdditionalIncludeDirectories>$(ONEAPI_ROOT)dev-utilities\latest\include</AdditionalIncludeDirectories>
102103
</ClCompile>
103104
<Link>
104105
<SubSystem>Console</SubSystem>

0 commit comments

Comments
 (0)