Skip to content

Commit a845339

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/docs/02-sycl-fundamentals.md

Lines changed: 1 addition & 1 deletion
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**
376+
- data management via **bufffers** and **accessors**
377377
- parallel code (kernel) is submitted as a lambda function or as a functor
378378
- basic parallelism
379379

0 commit comments

Comments
 (0)