File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ Requirements
99==============
1010
1111Requires CMake 3.17 to configure (makes use of FindCUDAToolkit for simplicity)
12- Example is meant to be build and executed with DPC++ compiler.
13-
12+ This example must be compiled and executed with the DPC++ compiler.
1413
1514Building the example
1615=====================
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Requirements
99==============
1010
1111Requires CMake 3.17 to configure (makes use of FindCUDAToolkit for simplicity)
12- Example is meant to be build and executed with DPC++ compiler.
12+ This exercise must be compiled and executed with the DPC++ compiler.
1313It is expected that you have read at least example-02 before attempting this exercise.
1414
1515
@@ -32,7 +32,7 @@ Then run
3232make
3333```
3434
35- to build the example
35+ to build the exercise
3636
3737Exercise
3838=========
You can’t perform that action at this time.
0 commit comments