mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-21 20:17:35 +08:00
Added missing definition of PacketSize in the gpu evaluator of convolution
This commit is contained in:
parent
6fbedf5a4e
commit
9624a1ea3d
@ -790,6 +790,7 @@ struct TensorEvaluator<const TensorConvolutionOp<Indices, InputArgType, KernelAr
|
|||||||
typedef typename XprType::CoeffReturnType CoeffReturnType;
|
typedef typename XprType::CoeffReturnType CoeffReturnType;
|
||||||
typedef typename PacketType<CoeffReturnType, GpuDevice>::type PacketReturnType;
|
typedef typename PacketType<CoeffReturnType, GpuDevice>::type PacketReturnType;
|
||||||
typedef typename InputArgType::Scalar Scalar;
|
typedef typename InputArgType::Scalar Scalar;
|
||||||
|
static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size;
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC const Dimensions& dimensions() const { return m_dimensions; }
|
EIGEN_DEVICE_FUNC const Dimensions& dimensions() const { return m_dimensions; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user