Skip to content

Commit

Permalink
Fix table layout. Remove ComputeCPP reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Illya Rudkin committed Oct 10, 2023
1 parent 6ec1286 commit 4aef23a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ may not match completely.

| Lesson | Title | Slides | Exercise | Source | Solution | DPC++ | hipSYCL |
|--------|-------|--------|----------|--------|----------|-------|---------|
| 01 | What is SYCL | [slides][lesson-1-slides] | [exercise][lesson-1-exercise] | [source][lesson-1-source] | [solution][lesson-1-solution] Yes | Yes |
| 01 | What is SYCL | [slides][lesson-1-slides] | [exercise][lesson-1-exercise] | [source][lesson-1-source] | [solution][lesson-1-solution] | Yes | Yes |
| 02 | Enqueueing a Kernel | [slides][lesson-2-slides] | [exercise][lesson-2-exercise] | [source][lesson-2-source] | [solution][lesson-2-solution] | Yes | Yes |
| 03 | Managing Data | [slides][lesson-3-slides] | [exercise][lesson-3-exercise] | [source][lesson-3-source] | [solution][lesson-3-solution] | Yes | Yes |
| 04 | Handling Errors | [slides][lesson-4-slides] | [exercise][lesson-4-exercise] | [source][lesson-4-source] | [solution][lesson-4-solution] | Yes | Yes |
Expand Down Expand Up @@ -109,9 +109,6 @@ all of the exercises.
| DPC++ | [Intel DevCloud](https://tinyurl.com/getdevcloud) <br> Windows 10 Visual Studio 2019 (64bit) <br> Red Hat Enterprise Linux 8, CentOS 8<br> Ubtuntu 18.04 LTS, 20.04 LTS (64bit)<br> Refer to [System Requirements][oneAPI-system-requirements] for more details | Intel CPU (OpenCL) <br> Intel GPU (OpenCL) <br> Intel FPGA (OpenCL) <br> Nvidia GPU (CUDA)* | 2021.4 |
| hipSYCL | Any Linux | CPU (OpenMP) <br> AMD GPU (ROCm)*** <br> NVIDIA GPU (CUDA) | Latest develop branch |

\* See [here](troubleshooting-for-computecpp) for troubleshooting when using
ComputeCpp with Visual Studio post toolset version 14.26.

\* Supported in open source project only

\*\* See [here][rocm-gpus] for the official list of GPUs supported by AMD for
Expand Down

0 comments on commit 4aef23a

Please sign in to comment.