Home
last modified time | relevance | path

Searched refs:diag_end (Results 26 – 50 of 138) sorted by relevance

123456

/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu148 int diag_end = GB_IMIN( diag + work_per_thread, nxy); in AxB_dot3_phase3_mp() local
176 x_min = GB_IMAX( (int)(diag_end - nnzB), 0); in AxB_dot3_phase3_mp()
177 x_max = GB_IMIN( diag_end, nnzA); in AxB_dot3_phase3_mp()
182 if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) { in AxB_dot3_phase3_mp()
191 ycoord = diag_end -x_min -1; in AxB_dot3_phase3_mp()
192 if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { in AxB_dot3_phase3_mp()
197 int ty_end = diag_end - xcoord + ystart; in AxB_dot3_phase3_mp()
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu148 int diag_end = GB_IMIN( diag + work_per_thread, nxy); in AxB_dot3_phase3_mp() local
176 x_min = GB_IMAX( (int)(diag_end - nnzB), 0); in AxB_dot3_phase3_mp()
177 x_max = GB_IMIN( diag_end, nnzA); in AxB_dot3_phase3_mp()
182 if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) { in AxB_dot3_phase3_mp()
191 ycoord = diag_end -x_min -1; in AxB_dot3_phase3_mp()
192 if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { in AxB_dot3_phase3_mp()
197 int ty_end = diag_end - xcoord + ystart; in AxB_dot3_phase3_mp()
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu148 int diag_end = GB_IMIN( diag + work_per_thread, nxy); in AxB_dot3_phase3_mp() local
176 x_min = GB_IMAX( (int)(diag_end - nnzB), 0); in AxB_dot3_phase3_mp()
177 x_max = GB_IMIN( diag_end, nnzA); in AxB_dot3_phase3_mp()
182 if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) { in AxB_dot3_phase3_mp()
191 ycoord = diag_end -x_min -1; in AxB_dot3_phase3_mp()
192 if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { in AxB_dot3_phase3_mp()
197 int ty_end = diag_end - xcoord + ystart; in AxB_dot3_phase3_mp()
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu148 int diag_end = GB_IMIN( diag + work_per_thread, nxy); in AxB_dot3_phase3_mp() local
176 x_min = GB_IMAX( (int)(diag_end - nnzB), 0); in AxB_dot3_phase3_mp()
177 x_max = GB_IMIN( diag_end, nnzA); in AxB_dot3_phase3_mp()
182 if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) { in AxB_dot3_phase3_mp()
191 ycoord = diag_end -x_min -1; in AxB_dot3_phase3_mp()
192 if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { in AxB_dot3_phase3_mp()
197 int ty_end = diag_end - xcoord + ystart; in AxB_dot3_phase3_mp()
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu148 int diag_end = GB_IMIN( diag + work_per_thread, nxy); in AxB_dot3_phase3_mp() local
176 x_min = GB_IMAX( (int)(diag_end - nnzB), 0); in AxB_dot3_phase3_mp()
177 x_max = GB_IMIN( diag_end, nnzA); in AxB_dot3_phase3_mp()
182 if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) { in AxB_dot3_phase3_mp()
191 ycoord = diag_end -x_min -1; in AxB_dot3_phase3_mp()
192 if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { in AxB_dot3_phase3_mp()
197 int ty_end = diag_end - xcoord + ystart; in AxB_dot3_phase3_mp()
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu148 int diag_end = GB_IMIN( diag + work_per_thread, nxy); in AxB_dot3_phase3_mp() local
176 x_min = GB_IMAX( (int)(diag_end - nnzB), 0); in AxB_dot3_phase3_mp()
177 x_max = GB_IMIN( diag_end, nnzA); in AxB_dot3_phase3_mp()
182 if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) { in AxB_dot3_phase3_mp()
191 ycoord = diag_end -x_min -1; in AxB_dot3_phase3_mp()
192 if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { in AxB_dot3_phase3_mp()
197 int ty_end = diag_end - xcoord + ystart; in AxB_dot3_phase3_mp()
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu148 int diag_end = GB_IMIN( diag + work_per_thread, nxy); in AxB_dot3_phase3_mp() local
176 x_min = GB_IMAX( (int)(diag_end - nnzB), 0); in AxB_dot3_phase3_mp()
177 x_max = GB_IMIN( diag_end, nnzA); in AxB_dot3_phase3_mp()
182 if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) { in AxB_dot3_phase3_mp()
191 ycoord = diag_end -x_min -1; in AxB_dot3_phase3_mp()
192 if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { in AxB_dot3_phase3_mp()
197 int ty_end = diag_end - xcoord + ystart; in AxB_dot3_phase3_mp()
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu148 int diag_end = GB_IMIN( diag + work_per_thread, nxy); in AxB_dot3_phase3_mp() local
176 x_min = GB_IMAX( (int)(diag_end - nnzB), 0); in AxB_dot3_phase3_mp()
177 x_max = GB_IMIN( diag_end, nnzA); in AxB_dot3_phase3_mp()
182 if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) { in AxB_dot3_phase3_mp()
191 ycoord = diag_end -x_min -1; in AxB_dot3_phase3_mp()
192 if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { in AxB_dot3_phase3_mp()
197 int ty_end = diag_end - xcoord + ystart; in AxB_dot3_phase3_mp()
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu148 int diag_end = GB_IMIN( diag + work_per_thread, nxy); in AxB_dot3_phase3_mp() local
176 x_min = GB_IMAX( (int)(diag_end - nnzB), 0); in AxB_dot3_phase3_mp()
177 x_max = GB_IMIN( diag_end, nnzA); in AxB_dot3_phase3_mp()
182 if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) { in AxB_dot3_phase3_mp()
191 ycoord = diag_end -x_min -1; in AxB_dot3_phase3_mp()
192 if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { in AxB_dot3_phase3_mp()
197 int ty_end = diag_end - xcoord + ystart; in AxB_dot3_phase3_mp()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu148 int diag_end = GB_IMIN( diag + work_per_thread, nxy); in AxB_dot3_phase3_mp() local
176 x_min = GB_IMAX( (int)(diag_end - nnzB), 0); in AxB_dot3_phase3_mp()
177 x_max = GB_IMIN( diag_end, nnzA); in AxB_dot3_phase3_mp()
182 if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) { in AxB_dot3_phase3_mp()
191 ycoord = diag_end -x_min -1; in AxB_dot3_phase3_mp()
192 if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { in AxB_dot3_phase3_mp()
197 int ty_end = diag_end - xcoord + ystart; in AxB_dot3_phase3_mp()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/templates/
H A DGB_jit_AxB_dot3_phase3_mp.cu.jit149 " int diag_end = GB_IMIN( diag + work_per_thread, nxy);\n"
150 …/printf(\" thd%d parts = %u wpt = %u diag, diag_end = %u,%u\\n\",tid, parts, work_per_thread, dia…
177 " x_min = GB_IMAX( (int)(diag_end - nnzB), 0);\n"
178 " x_max = GB_IMIN( diag_end, nnzA);\n"
182 …hd%u pre_sw piv=%u diag_e = %u xmin,xmax=%u,%u\\n\", tid_global, pivot, diag_end,x_min, x_max);\n"
183 " if ( Ai[pivot+ xstart] < Bi[ diag_end -pivot -1 +ystart]) {\n"
192 " ycoord = diag_end -x_min -1;\n"
193 " if ( (diag_end < (nnzA +nnzB)) && (Ai[xcoord +xstart] == Bi[ycoord + ystart]) ) { \n"
198 " int ty_end = diag_end - xcoord + ystart; \n"

123456