Skip to content

Commit 72e122f

Browse files
authored
Added CE links for the data parallelization exercises. (#401)
1 parent f6ba159 commit 72e122f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository provides materials that can be used for teaching SYCL. The
77
materials are provided using the "Creative Commons Attribution Share Alike 4.0
88
International" license.
99

10-
This specific branch of SYCL Academy is being used for ISC25 and contains a subset
10+
This specific branch of SYCL Academy is being used for ISC25 and contains a subset
1111
of the materials available in the main branch.
1212

1313
## Lesson Curriculum
@@ -20,7 +20,7 @@ matter. The code is available in both the repository and as a Compiler Explorer
2020
| Lesson | Title | Slides | Exercise | Repository | CompilerExplorer |
2121
|--------|-------|--------|----------|------------|------------------|
2222
| 01 | A Fast Introduction to SYCL | [slides][lesson-1-slides] | [exercise][lesson-1-exercise] | [source][lesson-1-source] [solution][lesson-1-solution] | [source][lesson-1-CEsource] [solution][lesson-1-CEsolution] |
23-
| 02 | ND Range Kernels and Concepts | [slides][lesson-2-slides] | [exercise][lesson-2-exercise] | [source][lesson-2-source] [solution][lesson-2-solution] |
23+
| 02 | ND Range Kernels and Concepts | [slides][lesson-2-slides] | [exercise][lesson-2-exercise] | [source][lesson-2-source] [solution][lesson-2-solution] | [source][lesson-2-CEsource] [solution][lesson-2-CEsolution] |
2424
| 03 | Data Flow with SYCL | [slides][lesson-3-slides] | [exercise][lesson-3-exercise] | [source][lesson-3-source] [solution][lesson-3-solution] |
2525
| 04 | Recap and Further Learning | [slides][lesson-4-slides] | NA | NA |
2626

@@ -36,6 +36,8 @@ matter. The code is available in both the repository and as a Compiler Explorer
3636
[lesson-2-exercise]: ./Code_Exercises/Data_Parallelism/README.md
3737
[lesson-2-source]: ./Code_Exercises/Data_Parallelism/source.cpp
3838
[lesson-2-solution]: ./Code_Exercises/Data_Parallelism/solution.cpp
39+
[lesson-2-CEsource]: https://godbolt.org/z/rWEee49rP
40+
[lesson-2-CEsolution]: https://godbolt.org/z/TeY38q9vh
3941

4042
[lesson-3-slides]: ./Lesson_Materials/Data_and_Dependencies/
4143
[lesson-3-exercise]: ./Code_Exercises/Data_and_Dependencies/README.md

0 commit comments

Comments
 (0)