mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
committed by
Antonio Sanchez
parent
86d958e8f2
commit
af912a7b5c
@@ -242,7 +242,7 @@ class TensorBlockDescriptor {
|
||||
const DestinationBufferKind& kind() const { return m_kind; }
|
||||
|
||||
private:
|
||||
friend class TensorBlockDescriptor;
|
||||
friend class TensorBlockDescriptor<NumDims, IndexType>;
|
||||
|
||||
DestinationBuffer() : m_data(NULL), m_data_type_size(0), m_kind(kEmpty) {}
|
||||
|
||||
@@ -706,7 +706,7 @@ class TensorMaterializedBlock {
|
||||
}
|
||||
|
||||
private:
|
||||
friend class TensorMaterializedBlock;
|
||||
friend class TensorMaterializedBlock<Scalar, NumDims, Layout, IndexType>;
|
||||
|
||||
Storage(Scalar* data, const Dimensions& dimensions,
|
||||
const Dimensions& strides, bool materialized_in_output,
|
||||
|
||||
@@ -233,7 +233,7 @@ EigenContractionKernelInternal(const LhsMapper lhs, const RhsMapper rhs,
|
||||
} \
|
||||
} \
|
||||
|
||||
#define writeRegToShmem(_) \
|
||||
#define writeRegToShmem() \
|
||||
lhs_shmem[lhs_store_idx_0] = lhs_pf0; \
|
||||
rhs_shmem[rhs_store_idx_0] = rhs_pf0; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user