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 stream::has_property<param_type>() const noexcept { \
return impl->has_property<param_type>(); \
}
Definition at line 76 of file stream.cpp.
◆ __SYCL_PARAM_TRAITS_SPEC [2/2]
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
param_type | ) |
|
Value: template <> \
__SYCL_EXPORT param_type stream::get_property<param_type>() const { \
return impl->get_property<param_type>(); \
}
Definition at line 76 of file stream.cpp.