Skip to content

Commit ba30c3b

Browse files
author
Alexander Batashev
authored
[SYCL] Refactor handler to improve ABI stability (#987)
* Move some handler bits to the library * Use SYCL containers * Eliminate usage of kernel_impl inside handler * Improve existing docs * Reorder methods to exclude implementation details from public scope * Move fields to the bottom to match rest of code Signed-off-by: Alexander Batashev <[email protected]>
1 parent 8d7a32a commit ba30c3b

File tree

6 files changed

+712
-467
lines changed

6 files changed

+712
-467
lines changed

sycl/include/CL/sycl/event.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#pragma once
1010

1111
#include <CL/sycl/detail/common.hpp>
12+
#include <CL/sycl/info/info_desc.hpp>
1213
#include <CL/sycl/stl.hpp>
1314

1415
#include <memory>

0 commit comments

Comments
 (0)