#include <TensorContractionBlocking.h>
|
StorageIndex | kc_ |
|
StorageIndex | mc_ |
|
StorageIndex | nc_ |
|
◆ TensorContractionBlocking()
template<typename ResScalar , typename LhsScalar , typename RhsScalar , typename StorageIndex , int ShardingType = ShardByCol>
47 computeProductBlockingSizes<LhsScalar, RhsScalar, 1>(
kc_,
mc_,
nc_, num_threads);
49 computeProductBlockingSizes<LhsScalar, RhsScalar, 1>(
kc_,
nc_,
mc_, num_threads);
53 kc_ = (rhs_packet_size <= 8 ||
kc_ <= rhs_packet_size) ?
kc_ : (
kc_ / rhs_packet_size) * rhs_packet_size;
const unsigned n
Definition: CG3DPackingUnitTest.cpp:11
StorageIndex kc_
Definition: TensorContractionBlocking.h:61
StorageIndex nc_
Definition: TensorContractionBlocking.h:63
StorageIndex mc_
Definition: TensorContractionBlocking.h:62
int * m
Definition: level2_cplx_impl.h:294
char char char int int * k
Definition: level2_impl.h:374
@ ShardByCol
Definition: TensorContractionBlocking.h:19
@ size
Definition: GenericPacketMath.h:113
References Eigen::internal::TensorContractionBlocking< ResScalar, LhsScalar, RhsScalar, StorageIndex, ShardingType >::kc_, Eigen::internal::TensorContractionBlocking< ResScalar, LhsScalar, RhsScalar, StorageIndex, ShardingType >::mc_, Eigen::internal::TensorContractionBlocking< ResScalar, LhsScalar, RhsScalar, StorageIndex, ShardingType >::nc_, and Eigen::internal::ShardByCol.
◆ kc()
template<typename ResScalar , typename LhsScalar , typename RhsScalar , typename StorageIndex , int ShardingType = ShardByCol>
◆ mc()
template<typename ResScalar , typename LhsScalar , typename RhsScalar , typename StorageIndex , int ShardingType = ShardByCol>
◆ nc()
template<typename ResScalar , typename LhsScalar , typename RhsScalar , typename StorageIndex , int ShardingType = ShardByCol>
◆ kc_
template<typename ResScalar , typename LhsScalar , typename RhsScalar , typename StorageIndex , int ShardingType = ShardByCol>
◆ mc_
template<typename ResScalar , typename LhsScalar , typename RhsScalar , typename StorageIndex , int ShardingType = ShardByCol>
◆ nc_
template<typename ResScalar , typename LhsScalar , typename RhsScalar , typename StorageIndex , int ShardingType = ShardByCol>
The documentation for this class was generated from the following file: