Module kernel

Module kernel 

Source

Structs§

ExecutableKernelBundle
A kernel bundle which stores compiled SYCL kernels.
Kernel
An executable SYCL kernel.
SourceKernelBundle
A kernel bundle which stores loaded SYCL source code.

Traits§

KernelArgument
Types which can be passed as SYCL kernel arguments.
KernelArgumentList
Types which describe an argument list for a SYCL kernel.

Derive Macros§

KernelArgumentList
Derive macro generating an impl of the KernelArgumentList trait for a given struct.