Skip to content

Commit

Permalink
Update 08-sycl-queus-groups-kernels.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Nov 28, 2024
1 parent 5cb1fb1 commit ac02060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/08-sycl-queus-groups-kernels.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ auto Q = queue { custom_selector {} };

- **Enqeue work**: `submit()`, `parallel_for()`, `single_task()`
- **Memory Operations**: `memcpy()` , `fill()`, `copy()`, `memset()`
- **Utilities**: `is_empty()`, `get_device()`, `get_context()`, `throw_asynchronous()`
- **Utilities**: `is_empty()`, `get_device()`, `get_context()`
- **Synchronizations**: `wait()`, `wait_and_throw()`

# Command Groups{.section}
Expand Down

0 comments on commit ac02060

Please sign in to comment.