#include "error_handling.hpp"
#include <CL/sycl/backend_types.hpp>
#include <CL/sycl/detail/pi.hpp>
#include <detail/plugin.hpp>
Go to the source code of this file.
Namespaces | |
cl | |
We provide new interfaces for matrix muliply in this patch: | |
cl::sycl | |
cl::sycl::detail | |
cl::sycl::detail::enqueue_kernel_launch | |
Functions | |
bool | cl::sycl::detail::enqueue_kernel_launch::handleInvalidWorkGroupSize (const device_impl &DeviceImpl, pi_kernel Kernel, const NDRDescT &NDRDesc) |
bool | cl::sycl::detail::enqueue_kernel_launch::handleInvalidWorkItemSize (const device_impl &DeviceImpl, const NDRDescT &NDRDesc) |
bool | cl::sycl::detail::enqueue_kernel_launch::handleInvalidValue (const device_impl &DeviceImpl, const NDRDescT &NDRDesc) |
bool | cl::sycl::detail::enqueue_kernel_launch::handleError (pi_result, const device_impl &, pi_kernel, const NDRDescT &) |
Analyzes error code and arguments of piEnqueueKernelLaunch to emit user-friendly exception describing the problem. More... | |