mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add masked_store_available to unpacket_traits
This commit is contained in:
@@ -88,7 +88,7 @@ SYCL_ARITHMETIC(cl::sycl::cl_double2)
|
||||
#define SYCL_UNPACKET_TRAITS(packet_type, unpacket_type, lengths)\
|
||||
template<> struct unpacket_traits<packet_type> {\
|
||||
typedef unpacket_type type;\
|
||||
enum {size=lengths, alignment=Aligned16, vectorizable=true, masked_load_available=false};\
|
||||
enum {size=lengths, alignment=Aligned16, vectorizable=true, masked_load_available=false, masked_store_available=false};\
|
||||
typedef packet_type half;\
|
||||
};
|
||||
SYCL_UNPACKET_TRAITS(cl::sycl::cl_float4, float, 4)
|
||||
|
||||
Reference in New Issue
Block a user