Home
last modified time | relevance | path

Searched refs:ARecv (Results 1 – 3 of 3) sorted by relevance

/dports/math/combblas/CombBLAS_beta_16_2/3DSpGEMM/
H A DSUMMALayer.h34 SpDCCols<IT,NT> * ARecv; in SUMMALayer() local
49 if(i == Aself) ARecv = &SplitA; // shallow-copy in SUMMALayer()
56 ARecv = new SpDCCols<IT,NT>(); // first, create the object in SUMMALayer()
58 SpParHelper::BCastMatrix(CMG.rowWorld, *ARecv, ess, i); // then, receive its elements in SUMMALayer()
79 (*ARecv, *BRecv, // parameters themselves in SUMMALayer()
86 (*ARecv, *BRecv, // parameters themselves in SUMMALayer()
/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DParFriendsExt.h482 UDERA * ARecv, * ARecvNext; in Mult_AnXBn_Fence() local
502 ARecv = A.spSeq; // shallow-copy in Mult_AnXBn_Fence()
511 ARecv = new UDERA(); // create the object first in Mult_AnXBn_Fence()
514 SpParHelper::FetchMatrix(*ARecv, ess1, rowwindows, Aownind); // fetch its elements later in Mult_AnXBn_Fence()
585 SpTuples<IU,N_promote> * C_cont = MultiplyReturnTuples<SR>(*ARecv, *BRecv, false, true); in Mult_AnXBn_Fence()
589 if(Aownprev != (A.commGrid)->GetRankInProcRow()) delete ARecv; in Mult_AnXBn_Fence() local
600 ARecv = A.spSeq; // shallow-copy in Mult_AnXBn_Fence()
609 ARecv = new UDERA(); // create the object first in Mult_AnXBn_Fence()
612 SpParHelper::FetchMatrix(*ARecv, ess1, rowwindows, Aownind); in Mult_AnXBn_Fence()
664 SpTuples<IU,N_promote> * C_cont = MultiplyReturnTuples<SR>(*ARecv, *BRecv, false, true); in Mult_AnXBn_Fence()
[all …]
H A DParFriends.h448 UDERA * ARecv; in MemEfficientSpGEMM() local
647 UDERA * ARecv; variable
659 ARecv = A1seq; // shallow-copy
689 (*ARecv, *BRecv, // parameters themselves
712 ARecv = A2seq; // shallow-copy
743 (*ARecv, *BRecv, // parameters themselves
815 UDERA * ARecv; variable
827 ARecv = A.spSeq; // shallow-copy
868 (*ARecv, *BRecv, // parameters themselves
942 UDERA * ARecv; in EstPerProcessNnzSUMMA() local
[all …]