Skip to content

Commit 1a9d675

Browse files
authored
Merge pull request #2492 from fongjiantan/dev/add-windows-11-readme
Update all READMEs with Windows support to include Windows 11
2 parents 7e31d28 + 15d332a commit 1a9d675

File tree

142 files changed

+165
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+165
-142
lines changed

DirectProgramming/C++SYCL/CombinationalLogic/mandelbrot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ both parallel and serial calculations of the set, which allows for direct result
1717
## Prerequisites
1818
| Property | Description
1919
|:--- |:---
20-
| OS | Ubuntu* 18.04 <br>Windows* 10
20+
| OS | Ubuntu* 18.04 <br>Windows* 10, 11
2121
| Hardware | Skylake with GEN9 or newer
2222
| Software | Intel&reg; oneAPI DPC++/C++ Compiler
2323

DirectProgramming/C++SYCL/CombinationalLogic/sepia-filter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The sample demonstrates:
2323

2424
| Optimized for | Description
2525
|:--- |:---
26-
| OS | Ubuntu* 18.04 <br>Windows* 10
26+
| OS | Ubuntu* 18.04 <br>Windows* 10, 11
2727
| Hardware | Skylake with GEN9 or newer
2828
| Software | Intel&reg; oneAPI DPC++/C++ Compiler
2929

DirectProgramming/C++SYCL/DenseLinearAlgebra/complex_mult/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This `Complex Multiplication` sample includes both C++ and SYCL* implementations
2020

2121
| Optimized for | Description
2222
|:--- |:---
23-
| OS | Ubuntu* 18.04 <br>Windows* 10
23+
| OS | Ubuntu* 18.04 <br>Windows* 10, 11
2424
| Hardware | Skylake with GEN9 or newer
2525
| Software | Intel&reg; oneAPI DPC++/C++ Compiler
2626

DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The code will attempt to execute on an available GPU first and fallback to the s
1818

1919
| Optimized for | Description
2020
|:--- |:---
21-
| OS | Linux* Ubuntu* 18.04 <br> Windows 10*
21+
| OS | Linux* Ubuntu* 18.04 <br> Windows* 10, 11
2222
| Hardware | Skylake with GEN9 or newer
2323
| Software | Intel&reg; oneAPI DPC++/C++ Compiler <br> Intel&reg; oneAPI C++ Compiler Classic <br> Intel&reg; C++ Compiler
2424

DirectProgramming/C++SYCL/DenseLinearAlgebra/simple-add/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ USM, buffer, accessor, kernel, and command groups.
2121

2222
| Optimized for | Description
2323
|:--- |:---
24-
| OS | Ubuntu* 18.04 <br> Windows* 10
24+
| OS | Ubuntu* 18.04 <br> Windows* 10, 11
2525
| Hardware | GEN9 or newer <br> Intel® Agilex® 7, Arria® 10, and Stratix® 10 FPGAs
2626
| Software | Intel® oneAPI DPC++/C++ Compiler
2727

DirectProgramming/C++SYCL/DenseLinearAlgebra/vector-add/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This sample provides example implementations of both Unified Shared Memory (USM)
2424

2525
| Optimized for | Description
2626
|:--- |:---
27-
| OS | Ubuntu* 18.04 <br> Windows* 10
27+
| OS | Ubuntu* 18.04 <br> Windows* 10, 11
2828
| Hardware | GEN9 or newer <br> Intel® Agilex® 7, Arria® 10, and Stratix® 10 FPGAs
2929
| Software | Intel® oneAPI DPC++/C++ Compiler
3030

DirectProgramming/C++SYCL/GraphAlgorithms/all-pairs-shortest-paths/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These cell level observations largely propagate to the blocks as well. In each p
3232
## Prerequisites
3333
| Optimized for | Description
3434
|:--- |:---
35-
| OS | Ubuntu* 18.04 <br> Windows* 10
35+
| OS | Ubuntu* 18.04 <br> Windows* 10, 11
3636
| Hardware | Skylake with GEN9 or newer
3737
| Software | Intel® oneAPI DPC++/C++ Compiler
3838

DirectProgramming/C++SYCL/GraphTraversal/bitonic-sort/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The bitonic sort algorithm works according to the following summary:
2121
## Prerequisites
2222
| Optimized for | Description
2323
|:--- |:---
24-
| OS | Ubuntu* 18.04 <br> Windows* 10
24+
| OS | Ubuntu* 18.04 <br> Windows* 10, 11
2525
| Hardware | Skylake with GEN9 or newer
2626
| Software | Intel® oneAPI DPC++/C++ Compiler
2727

DirectProgramming/C++SYCL/GraphTraversal/hidden-markov-models/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Viterbi path—that results in a sequence of observed events, especially in Mark
3434
## Prerequisites
3535
| Optimized for | Description
3636
|:--- |:---
37-
| OS | Ubuntu* 18.04 <br> Windows* 10
37+
| OS | Ubuntu* 18.04 <br> Windows* 10, 11
3838
| Hardware | Skylake with GEN9 or newer
3939
| Software | Intel® oneAPI DPC++ Compiler
4040

DirectProgramming/C++SYCL/Jupyter/C++-to-sycl-migration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The sample includes four different versions of the iso3dfd project.
2727
## Prerequisites
2828
| Optimized for | Description
2929
|:--- |:---
30-
| OS | Linux* Ubuntu* 18.04 <br>Windows* 10
30+
| OS | Linux* Ubuntu* 18.04 <br>Windows* 10, 11
3131
| Hardware | Skylake with GEN9 or newer
3232
| Software | Intel&reg; oneAPI DPC++/C++ Compiler <br>Intel&reg; Advisor
3333

0 commit comments

Comments
 (0)