Helper struct to get a kernel name type based on given Name
and Type
types: if Name
is undefined (is a auto_name
) then Type
becomes the Name
.
More...
#include <sycl/kernel.hpp>
Public Types | |
using | name = Name |
Helper struct to get a kernel name type based on given Name
and Type
types: if Name
is undefined (is a auto_name
) then Type
becomes the Name
.
Definition at line 44 of file kernel.hpp.
using sycl::_V1::detail::get_kernel_name_t< Name, Type >::name = Name |
Definition at line 45 of file kernel.hpp.