Skip to content

Commit 5af118a

Browse files
authored
[SYCL] Add implementation of kernel_bundle. Part 1. (#3278)
This patch adds most of declarations of kernel_bundle related APIs. Most of the logic of this patch is in making so APIs that have template parameters call corresponding library APIs that have no template parameters.
1 parent 41221e2 commit 5af118a

File tree

2 files changed

+624
-0
lines changed

2 files changed

+624
-0
lines changed

sycl/include/CL/sycl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <CL/sycl/image.hpp>
3434
#include <CL/sycl/item.hpp>
3535
#include <CL/sycl/kernel.hpp>
36+
#include <CL/sycl/kernel_bundle.hpp>
3637
#include <CL/sycl/marray.hpp>
3738
#include <CL/sycl/multi_ptr.hpp>
3839
#include <CL/sycl/nd_item.hpp>

0 commit comments

Comments
 (0)