I want to know, how performance about IPP and MKL functions. Did you do some test and compare with others? Can you give a report about it?
Thanks and Best regards.
...全文
1047打赏收藏
About the performance
Hi, I want to know, how performance about IPP and MKL functions. Did you do some test and compare with others? Can you give a report about it? Thanks and Best regards.
Case 17: Matrix - matrix array operation
IppStatus ippmMul_mma_32f(const Ipp32f* pSrc1, int src1Stride1,
int src1Stride2, int src1Width, int src1Height, const Ipp32f* pSrc2,
int …
[/Quote]
Case 17: Matrix - matrix array operation
IppStatus ippmMul_mma_32f(const Ipp32f* pSrc1, int src1Stride1,
int src1Stride2, int src1Width, int src1Height, const Ipp32f* pSrc2,
int src2Stride0, int src2Stride1, int src2Stride2, int src2Width,
int src2Height, Ipp32f* pDst, int dstStride0, int dstStride1,
int dstStride2, int count);
Case 21: Matrix array - matrix operation
IppStatus ippmMul_mam_32f(const Ipp32f* pSrc1, int src1Stride0,
int src1Stride1, int src1Stride2, int src1Width, int src1Height,
const Ipp32f* pSrc2, int src2Stride1, int src2Stride2, int src2Width,
int src2Height, Ipp32f* pDst, int dstStride0, int dstStride1,
int dstStride2, int count);