#include <type_traits>
Go to the source code of this file.
◆ SYCL_PLOAD
#define SYCL_PLOAD |
( |
|
Alignment, |
|
|
|
AlignedType |
|
) |
| |
Value: template <typename packet_type> \
const Eigen::TensorSycl::internal::RangeAccess< \
cl::sycl::access::mode::read_write, \
from) { \
return ploadt_ro<packet_type, Alignment>(from); \
}
Definition at line 91 of file SYCL/PacketMath.h.
◆ SYCL_PSTORE
#define SYCL_PSTORE |
( |
|
alignment | ) |
|
Value: template <typename packet_type> \
const Eigen::TensorSycl::internal::RangeAccess< \
cl::sycl::access::mode::read_write, \
const packet_type& from) { \
pstore##alignment(to.get_pointer(), from); \
}
Definition at line 652 of file SYCL/PacketMath.h.