#include <CL/sycl.hpp>
#include <detail/kernel_impl.hpp>
#include <detail/platform_impl.hpp>
#include <detail/plugin.hpp>
#include <detail/program_impl.hpp>
#include <detail/queue_impl.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::opencl | |
Functions | |
platform | cl::sycl::opencl::make_platform (pi_native_handle NativeHandle) |
device | cl::sycl::opencl::make_device (pi_native_handle NativeHandle) |
context | cl::sycl::opencl::make_context (pi_native_handle NativeHandle) |
program | cl::sycl::opencl::make_program (const context &Context, pi_native_handle NativeHandle) |
queue | cl::sycl::opencl::make_queue (const context &Context, pi_native_handle InteropHandle) |