From 4ff616e6c373b18db5b7218578425f60bedc8b15 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Mon, 27 Feb 2023 08:12:32 -0600 Subject: [PATCH] dpctl_sycl_interface.h now includes kernel and kernel_bundle iface headers --- dpctl/apis/include/dpctl_sycl_interface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dpctl/apis/include/dpctl_sycl_interface.h b/dpctl/apis/include/dpctl_sycl_interface.h index 8bae874063..76c2936201 100644 --- a/dpctl/apis/include/dpctl_sycl_interface.h +++ b/dpctl/apis/include/dpctl_sycl_interface.h @@ -40,4 +40,6 @@ #include "syclinterface/dpctl_sycl_device_manager.h" #include "syclinterface/dpctl_sycl_platform_manager.h" #include "syclinterface/dpctl_sycl_queue_manager.h" +#include "syclinterface/dpctl_sycl_kernel_bundle_interface.h" +#include "syclinterface/dpctl_sycl_kernel_interface.h" // clang-format on