|
static const PluginPtr & | sycl::_V1::detail::getPlugin (backend Backend) |
|
backend | sycl::_V1::detail::convertUrBackend (ur_platform_backend_t UrBackend) |
|
platform | sycl::_V1::detail::make_platform (ur_native_handle_t NativeHandle, backend Backend) |
|
device | sycl::_V1::detail::make_device (ur_native_handle_t NativeHandle, backend Backend) |
|
context | sycl::_V1::detail::make_context (ur_native_handle_t NativeHandle, const async_handler &Handler, backend Backend, bool KeepOwnership, const std::vector< device > &DeviceList={}) |
|
queue | sycl::_V1::detail::make_queue (ur_native_handle_t NativeHandle, int32_t nativeHandleDesc, const context &TargetContext, const device *TargetDevice, bool KeepOwnership, const property_list &PropList, const async_handler &Handler, backend Backend) |
|
event | sycl::_V1::detail::make_event (ur_native_handle_t NativeHandle, const context &TargetContext, backend Backend) |
|
event | sycl::_V1::detail::make_event (ur_native_handle_t NativeHandle, const context &TargetContext, bool KeepOwnership, backend Backend) |
|
std::shared_ptr< detail::kernel_bundle_impl > | sycl::_V1::detail::make_kernel_bundle (ur_native_handle_t NativeHandle, const context &TargetContext, bool KeepOwnership, bundle_state State, backend Backend) |
|
std::shared_ptr< detail::kernel_bundle_impl > | sycl::_V1::detail::make_kernel_bundle (ur_native_handle_t NativeHandle, const context &TargetContext, bundle_state State, backend Backend) |
|
kernel | sycl::_V1::detail::make_kernel (const context &TargetContext, const kernel_bundle< bundle_state::executable > &KernelBundle, ur_native_handle_t NativeKernelHandle, bool KeepOwnership, backend Backend) |
|
kernel | sycl::_V1::detail::make_kernel (ur_native_handle_t NativeHandle, const context &TargetContext, backend Backend) |
|