DPC++ Runtime
Runtime libraries for oneAPI DPC++
kernel_bundle_impl.hpp File Reference
#include <detail/device_image_impl.hpp>
#include <detail/kernel_compiler/kernel_compiler_opencl.hpp>
#include <detail/kernel_impl.hpp>
#include <detail/program_manager/program_manager.hpp>
#include <sycl/backend_types.hpp>
#include <sycl/context.hpp>
#include <sycl/detail/common.hpp>
#include <sycl/detail/pi.h>
#include <sycl/device.hpp>
#include <sycl/kernel_bundle.hpp>
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <cstring>
#include <memory>
#include <vector>
#include "split_string.hpp"
Include dependency graph for kernel_bundle_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sycl::_V1::detail::kernel_bundle_impl
 The class is an impl counterpart of the sycl::kernel_bundle. More...
 

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::detail
 

Functions

static bool sycl::_V1::detail::checkAllDevicesAreInContext (const std::vector< device > &Devices, const context &Context)
 
static bool sycl::_V1::detail::checkAllDevicesHaveAspect (const std::vector< device > &Devices, aspect Aspect)