Home
last modified time | relevance | path

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

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java5155 …Allocation matrixBC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData… in test_L3_CGEMM_Correctness() local
5158 matrixBC.copyFrom(mBLASData.L3_cGEMM_B_kn); in test_L3_CGEMM_Correctness()
5162 mBLAS.CGEMM(transA, transB, alphaC, matrixAC, matrixBC, betaC, matrixCC); in test_L3_CGEMM_Correctness()
5169matrixBC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData.dK, mBLASD… in test_L3_CGEMM_Correctness()
5171 matrixBC.copyFrom(mBLASData.L3_cGEMM_B_nk); in test_L3_CGEMM_Correctness()
5177 mBLAS.CGEMM(transA, transB, alphaC, matrixAC, matrixBC, betaC, matrixCC); in test_L3_CGEMM_Correctness()
5184 mBLAS.CGEMM(transA, transB, alphaC, matrixAC, matrixBC, betaC, matrixCC); in test_L3_CGEMM_Correctness()
5387 …Allocation matrixBC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData… in test_L3_CSYMM_Correctness() local
5390 matrixBC.copyFrom(mBLASData.L3_cSYMM_B_mn); in test_L3_CSYMM_Correctness()
5394 mBLAS.CSYMM(side, uplo, alphaC, matrixAC, matrixBC, betaC, matrixCC); in test_L3_CSYMM_Correctness()
[all …]