We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c122e commit a845339Copy full SHA for a845339
sycl/docs/02-sycl-fundamentals.md
@@ -373,7 +373,7 @@ int main() {
373
- **queues** are bridges between host and devices
374
- each queue maps to one device
375
- work is enqued by submitting **command groups**
376
- - data manegment via **bufffers** and **accessors**
+ - data management via **bufffers** and **accessors**
377
- parallel code (kernel) is submitted as a lambda function or as a functor
378
- basic parallelism
379
0 commit comments