implement mem copy codgen (lmv)
add more gemv/gemm tests refactor
This commit is contained in:
@@ -84,6 +84,7 @@ public:
|
||||
|
||||
void codeGenLoadOp(pim::PimMemCopyHostToDevOp loadOp) const;
|
||||
void codeGenStoreOp(pim::PimMemCopyDevToHostOp storeOp) const;
|
||||
void codeGenLmvOp(pim::PimMemCopyOp lmvOp) const;
|
||||
|
||||
void codeGenReceiveOp(pim::PimReceiveOp receiveOp) const;
|
||||
void codeGenSendOp(pim::PimSendOp sendOp) const;
|
||||
|
||||
Reference in New Issue
Block a user