Skip to content

Commit ac02060

Browse files
authored
Update 08-sycl-queus-groups-kernels.md
1 parent 5cb1fb1 commit ac02060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/08-sycl-queus-groups-kernels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ auto Q = queue { custom_selector {} };
130130

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

136136
# Command Groups{.section}

0 commit comments

Comments
 (0)