Lines Matching refs:workVector

509   if (!hipsparseTriFactors->workVector) hipsparseTriFactors->workVector = new THRUSTARRAY(n);  in MatSeqAIJHIPSPARSEILUAnalysisAndCopyToGPU()
728 if (!hipsparseTriFactors->workVector) hipsparseTriFactors->workVector = new THRUSTARRAY(n); in MatSeqAIJHIPSPARSEICCAnalysisAndCopyToGPU()
1095 …RAY *tempGPU = (THRUSTARRAY *)hipsparseTriFactors->workVector; in MatSolveTranspose_SeqAIJHIPSPARSE()
1144 …ARRAY *tempGPU = (THRUSTARRAY *)hipsparseTriFactors->workVector; in MatSolveTranspose_SeqAIJHIPSPARSE_NaturalOrdering()
1184 …RAY *tempGPU = (THRUSTARRAY *)hipsparseTriFactors->workVector; in MatSolve_SeqAIJHIPSPARSE()
1222 …ARRAY *tempGPU = (THRUSTARRAY *)hipsparseTriFactors->workVector; in MatSolve_SeqAIJHIPSPARSE_NaturalOrdering()
2038 delete hipsparsestruct->workVector; in MatSeqAIJHIPSPARSECopyToGPU()
2040 hipsparsestruct->workVector = NULL; in MatSeqAIJHIPSPARSECopyToGPU()
2123 hipsparsestruct->workVector = new THRUSTARRAY(m); in MatSeqAIJHIPSPARSECopyToGPU()
2128 hipsparsestruct->workVector = NULL; in MatSeqAIJHIPSPARSECopyToGPU()
2623 Ccusp->workVector = new THRUSTARRAY(c->compressedrow.nrows); in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
2630 Ccusp->workVector = NULL; in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
3066 dptr = compressed ? hipsparsestruct->workVector->data().get() : zarray; in MatMultAddKernel_SeqAIJHIPSPARSE()
3081 xptr = compressed ? hipsparsestruct->workVector->data().get() : xarray; in MatMultAddKernel_SeqAIJHIPSPARSE()
3090 …thrust::make_zip_iterator(thrust::make_tuple(hipsparsestruct->workVector->begin(), thrust::make_pe… in MatMultAddKernel_SeqAIJHIPSPARSE()
3091 …thrust::make_zip_iterator(thrust::make_tuple(hipsparsestruct->workVector->begin(), thrust::make_pe… in MatMultAddKernel_SeqAIJHIPSPARSE()
3152 …thrust::make_zip_iterator(thrust::make_tuple(hipsparsestruct->workVector->begin(), thrust::make_pe… in MatMultAddKernel_SeqAIJHIPSPARSE()
3153 …thrust::make_zip_iterator(thrust::make_tuple(hipsparsestruct->workVector->begin(), thrust::make_pe… in MatMultAddKernel_SeqAIJHIPSPARSE()
3157 …tHipStream, n, matstruct->cprowIndices->data().get(), hipsparsestruct->workVector->data().get(), z… in MatMultAddKernel_SeqAIJHIPSPARSE()
3560 delete cusp->workVector; in MatSeqAIJHIPSPARSE_Destroy()
3646 delete fs->workVector; in MatSeqAIJHIPSPARSETriFactors_Reset()
3649 fs->workVector = NULL; in MatSeqAIJHIPSPARSETriFactors_Reset()
4126 Ccusp->workVector = NULL; in MatSeqAIJHIPSPARSEMergeMats()