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 4728ec9 commit 5cb1fb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/08-sycl-queus-groups-kernels.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ void axpy(queue &q, const T &a, const std::vector<T> &x, std::vector<T> &y) {
- can be applied to various classes
- wide `sycl::info` namespace
# SYCL Queue
# SYCL Queues{.section}
# SYCL Queues
- SYCL class responsible for submitting commands
- bridge between the host and the target device (**only one**)
Expand Down

0 comments on commit 5cb1fb1

Please sign in to comment.