Go to the source code of this file.
|
| cl |
| We provide new interfaces for matrix muliply in this patch:
|
|
| cl::sycl |
|
◆ __SYCL_PARAM_TRAITS_SPEC [1/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
param_type | ) |
|
Value: template <> __SYCL_EXPORT bool sampler::has_property<param_type>() const { \
return impl->has_property<param_type>(); \
}
Definition at line 54 of file sampler.cpp.
◆ __SYCL_PARAM_TRAITS_SPEC [2/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
param_type | ) |
|
Value: template <> \
__SYCL_EXPORT param_type sampler::get_property<param_type>() const { \
return impl->get_property<param_type>(); \
}
Definition at line 54 of file sampler.cpp.