Skip to content

Commit 5cb1fb1

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ void axpy(queue &q, const T &a, const std::vector<T> &x, std::vector<T> &y) {
5454
- can be applied to various classes
5555
- wide `sycl::info` namespace
5656
57-
# SYCL Queue
57+
# SYCL Queues{.section}
58+
59+
# SYCL Queues
5860
5961
- SYCL class responsible for submitting commands
6062
- bridge between the host and the target device (**only one**)

0 commit comments

Comments
 (0)