Skip to content

Commit c7c122e

Browse files
authored
Update 02-sycl-fundamentals.md
1 parent 6dd55b7 commit c7c122e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/docs/02-sycl-fundamentals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ int main() {
373373
- **queues** are bridges between host and devices
374374
- each queue maps to one device
375375
- work is enqued by submitting **command groups**
376-
- data manegment via **bufffers* and **accessors**
377-
- parallel code (kernel) is submitted as a lambda function or as a function operator
376+
- data manegment via **bufffers** and **accessors**
377+
- parallel code (kernel) is submitted as a lambda function or as a functor
378378
- basic parallelism
379379

0 commit comments

Comments
 (0)