diff options
| author | Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com> | 2026-04-27 06:47:49 -0700 |
|---|---|---|
| committer | Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com> | 2026-04-27 06:47:49 -0700 |
| commit | d9fd9154b6d12443c293ae8b18041899f80a6b7d (patch) | |
| tree | 8cbc7b87d7bc2063a75a0f70211ac9e212b1551f | |
| parent | 2befbcde11508d3eeb5db5ce31eb64e68c1184b0 (diff) | |
| download | llvm-users/KseniyaTikhomirova/kernel_submit_parallel_4.tar.gz llvm-users/KseniyaTikhomirova/kernel_submit_parallel_4.tar.bz2 llvm-users/KseniyaTikhomirova/kernel_submit_parallel_4.zip | |
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
| -rw-r--r-- | libsycl/include/sycl/__impl/queue.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsycl/include/sycl/__impl/queue.hpp b/libsycl/include/sycl/__impl/queue.hpp index fbde8b39fdaa..ea69d8ac28fd 100644 --- a/libsycl/include/sycl/__impl/queue.hpp +++ b/libsycl/include/sycl/__impl/queue.hpp @@ -394,8 +394,8 @@ private: const detail::UnifiedRangeView &Range = {}); /// Passes kernel arguments to runtime. - /// If all dependencies are met and kernel can be submitted to backend - it is - /// done in this call. + /// If all the dependencies can be handled by the backend, the kernel is + /// submitted to it directly in this call. /// \param KernelInfo the information for the kernel being invoked. /// \param ArgData a pointer to the kernel argument. /// \param ArgSize the size of the kernel argument. |
