File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This sample illustrates how computational kernel can be split for execution betw
4
4
|:--- |:---
5
5
| OS | Linux* Ubuntu* 18.04; Windows 10
6
6
| Hardware | Skylake with GEN9 or newer
7
- | Software | Intel® ; oneAPI DPC++ Compiler (beta)
7
+ | Software | Intel® ; oneAPI DPC++/C++ Compiler (beta)
8
8
| What you will learn | How to offload the computation to GPU using Intel DPC++ compiler
9
9
| Time to complete | 15 minutes
10
10
Original file line number Diff line number Diff line change 99
99
<SYCLShowVerboseInformation >false</SYCLShowVerboseInformation >
100
100
<AdditionalOptions >/I"$(ONEAPI_ROOT)/tbb/latest/include" %(AdditionalOptions)</AdditionalOptions >
101
101
<SYCLWarningLevel >DisableAllWarnings</SYCLWarningLevel >
102
+ <AdditionalIncludeDirectories >$(ONEAPI_ROOT)dev-utilities\latest\include</AdditionalIncludeDirectories >
102
103
</ClCompile >
103
104
<Link >
104
105
<SubSystem >Console</SubSystem >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This sample illustrates how 2 TBB tasks can execute similar computational kernel
4
4
|:--- |:---
5
5
| OS | Linux* Ubuntu* 18.04; Windows 10
6
6
| Hardware | Skylake with GEN9 or newer
7
- | Software | Intel® ; oneAPI DPC++ Compiler (beta)
7
+ | Software | Intel® ; oneAPI DPC++/C++ Compiler (beta)
8
8
| What you will learn | How to offload the computation to GPU using Intel DPC++ compiler
9
9
| Time to complete | 15 minutes
10
10
Original file line number Diff line number Diff line change 99
99
<AdditionalOptions >/I"$(ONEAPI_ROOT)/tbb/latest/include" %(AdditionalOptions)</AdditionalOptions >
100
100
<SYCLShowVerboseInformation >false</SYCLShowVerboseInformation >
101
101
<SYCLWarningLevel >DisableAllWarnings</SYCLWarningLevel >
102
+ <AdditionalIncludeDirectories >$(ONEAPI_ROOT)dev-utilities\latest\include</AdditionalIncludeDirectories >
102
103
</ClCompile >
103
104
<Link >
104
105
<SubSystem >Console</SubSystem >
You can’t perform that action at this time.
0 commit comments