Home
last modified time | relevance | path

Searched refs:ndrow2 (Results 1 – 25 of 88) sorted by relevance

1234

/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
H A Dt_cholmod_gpu.c223 Int dnext, ndrow2, p; in TEMPLATE2() local
253 ndrow2 = pdend - pdi1; in TEMPLATE2()
258 score = ndrow2 * ndcol; in TEMPLATE2()
307 ndrow2 = pdend - pdi1; in TEMPLATE2()
403 Int ndrow2, in TEMPLATE2()
435 ndrow3 = ndrow2 - ndrow1 ; in TEMPLATE2()
493 pdi1, ndrow2, in TEMPLATE2()
521 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
533 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
578 ndrow2) ; in TEMPLATE2()
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
H A Dt_cholmod_gpu.c223 Int dnext, ndrow2, p; in TEMPLATE2() local
253 ndrow2 = pdend - pdi1; in TEMPLATE2()
258 score = ndrow2 * ndcol; in TEMPLATE2()
307 ndrow2 = pdend - pdi1; in TEMPLATE2()
403 Int ndrow2, in TEMPLATE2()
435 ndrow3 = ndrow2 - ndrow1 ; in TEMPLATE2()
493 pdi1, ndrow2, in TEMPLATE2()
521 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
533 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
578 ndrow2) ; in TEMPLATE2()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
H A Dt_cholmod_gpu.c223 Int dnext, ndrow2, p; in TEMPLATE2() local
253 ndrow2 = pdend - pdi1; in TEMPLATE2()
258 score = ndrow2 * ndcol; in TEMPLATE2()
307 ndrow2 = pdend - pdi1; in TEMPLATE2()
403 Int ndrow2, in TEMPLATE2()
435 ndrow3 = ndrow2 - ndrow1 ; in TEMPLATE2()
493 pdi1, ndrow2, in TEMPLATE2()
521 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
533 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
578 ndrow2) ; in TEMPLATE2()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
H A Dt_cholmod_gpu.c223 Int dnext, ndrow2, p; in TEMPLATE2() local
253 ndrow2 = pdend - pdi1; in TEMPLATE2()
258 score = ndrow2 * ndcol; in TEMPLATE2()
307 ndrow2 = pdend - pdi1; in TEMPLATE2()
403 Int ndrow2, in TEMPLATE2()
435 ndrow3 = ndrow2 - ndrow1 ; in TEMPLATE2()
493 pdi1, ndrow2, in TEMPLATE2()
521 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
533 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
578 ndrow2) ; in TEMPLATE2()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
H A Dt_cholmod_gpu.c223 Int dnext, ndrow2, p; in TEMPLATE2() local
253 ndrow2 = pdend - pdi1; in TEMPLATE2()
258 score = ndrow2 * ndcol; in TEMPLATE2()
307 ndrow2 = pdend - pdi1; in TEMPLATE2()
403 Int ndrow2, in TEMPLATE2()
435 ndrow3 = ndrow2 - ndrow1 ; in TEMPLATE2()
493 pdi1, ndrow2, in TEMPLATE2()
521 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
533 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
578 ndrow2) ; in TEMPLATE2()
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
H A Dt_cholmod_gpu.c223 Int dnext, ndrow2, p; in TEMPLATE2() local
253 ndrow2 = pdend - pdi1; in TEMPLATE2()
258 score = ndrow2 * ndcol; in TEMPLATE2()
307 ndrow2 = pdend - pdi1; in TEMPLATE2()
403 Int ndrow2, in TEMPLATE2()
435 ndrow3 = ndrow2 - ndrow1 ; in TEMPLATE2()
493 pdi1, ndrow2, in TEMPLATE2()
521 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
533 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
578 ndrow2) ; in TEMPLATE2()
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
H A Dt_cholmod_gpu.c223 Int dnext, ndrow2, p; in TEMPLATE2() local
253 ndrow2 = pdend - pdi1; in TEMPLATE2()
258 score = ndrow2 * ndcol; in TEMPLATE2()
307 ndrow2 = pdend - pdi1; in TEMPLATE2()
403 Int ndrow2, in TEMPLATE2()
435 ndrow3 = ndrow2 - ndrow1 ; in TEMPLATE2()
493 pdi1, ndrow2, in TEMPLATE2()
521 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
533 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
578 ndrow2) ; in TEMPLATE2()
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
H A Dt_cholmod_gpu.c223 Int dnext, ndrow2, p; in TEMPLATE2() local
253 ndrow2 = pdend - pdi1; in TEMPLATE2()
258 score = ndrow2 * ndcol; in TEMPLATE2()
307 ndrow2 = pdend - pdi1; in TEMPLATE2()
403 Int ndrow2, in TEMPLATE2()
435 ndrow3 = ndrow2 - ndrow1 ; in TEMPLATE2()
493 pdi1, ndrow2, in TEMPLATE2()
521 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
533 ndrow2) ; /* C, LDC: C1 */ in TEMPLATE2()
578 ndrow2) ; in TEMPLATE2()
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/CHOLMOD/GPU/
H A Dcholmod_gpu_kernels.cu41 Int ndrow1, Int ndrow2, in kernelAddUpdate() argument
46 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddUpdate()
48 d_A[idx] += devPtrC[idrow+ndrow2*idcol]; in kernelAddUpdate()
54 Int ndrow1, Int ndrow2, in kernelAddComplexUpdate() argument
59 if ( idrow < ndrow2 && idcol < ndrow1 ) { in kernelAddComplexUpdate()
61 d_A[idx*2] += devPtrC[(idrow+ndrow2*idcol)*2]; in kernelAddComplexUpdate()
62 d_A[idx*2+1] += devPtrC[(idrow+ndrow2*idcol)*2+1]; in kernelAddComplexUpdate()
116 Int ndrow2, Int nsrow, in addUpdateOnDevice() argument
130 grids.x = (ndrow2+15)/16; in addUpdateOnDevice()
142 Int ndrow2, Int nsrow, in addComplexUpdateOnDevice() argument
[all …]

1234