Skip to content

Commit 7495977

Browse files
authored
Update 01-sycl-intro.md
1 parent e985f6c commit 7495977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/docs/01-sycl-intro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lang: en
2424
- **Productivity**: uses generic programming with templates and generic lambda functions.
2525

2626

27-
- **Portability**: it is a standard.
27+
- **Portability**: it is a standard
2828

2929

3030
- **Performance**: implementations aim to optimize SYCL for specific hardware platforms
@@ -47,7 +47,7 @@ lang: en
4747

4848
# SYCL Implementations on Mahti and LUMI
4949

50-
**Intel One API** + CodePlay Plug-ins for Nvidia and AMD:
50+
**Intel One API** ~~+ CodePlay Plug-ins for Nvidia and AMD~~:
5151

5252
- CPUs, Intel GPUs, Intel FPGAs (via OpenCL or Level Zero)
5353
- ~~Nvidia GPUs (via CUDA), AMD GPUs (via ROCM)~~
@@ -64,6 +64,6 @@ lang: en
6464

6565
- single, high-level, standard C++ programming model
6666
- can target various heterogenous platforms in a single application
67-
- Portability, Productivity, Performance
67+
- 3P: **Portability**, **Productivity**, **Performance**
6868
- SYCL implementations, specific adaptions
69-
- SYCL on Mahti and LUMI: Intel OneAPi+CodePlay plug-ins, AdaptiveCpp
69+
- SYCL on Mahti and LUMI: AdaptiveCpp

0 commit comments

Comments
 (0)