#include <CL/sycl/detail/defines_elementary.hpp>
#include <CL/sycl/detail/export.hpp>
#include <CL/sycl/device.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | cl::sycl::ext::intel::experimental::device_arch |
class | cl::sycl::ext::intel::experimental::online_compile_error |
Represents an error happend during online compilation. More... | |
class | cl::sycl::ext::intel::experimental::online_compiler< Lang > |
Represents an online compiler for the language given as template parameter. More... | |
Namespaces | |
cl | |
We provide new interfaces for matrix muliply in this patch: | |
cl::sycl | |
cl::sycl::ext | |
cl::sycl::ext::intel | |
cl::sycl::ext::intel::experimental | |
Typedefs | |
using | cl::sycl::ext::intel::experimental::byte = unsigned char |
Enumerations | |
enum | cl::sycl::ext::intel::experimental::compiled_code_format { cl::sycl::ext::intel::experimental::compiled_code_format::spir_v = 0 } |
enum | cl::sycl::ext::intel::experimental::source_language { cl::sycl::ext::intel::experimental::source_language::opencl_c = 0, cl::sycl::ext::intel::experimental::source_language::cm = 1 } |
Designates a source language for the online compiler. More... | |
Functions | |
namespace | cl::sycl::ext::__SYCL2020_DEPRECATED ("use 'ext::intel::experimental' instead") intel |