Home
last modified time | relevance | path

Searched refs:idxT (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/clTemplates/
H A Ddgemm_gcn_SmallMatrices.cl93 int idxT = idt % 8;
96 A += gidx*24+ idxT + idyT*lda;
97 B += gidy*24+ idxT + idyT*ldb;
242 int idxT = idt % 8;
245 A += gidx*16+ idxT + idyT*lda;
368 int idxT = idt % 8;
516 int idxT = idt % 8;
652 int idxT = idt % 8;
800 int idxT = idt % 8;
926 int idxT = idt % 8;
[all …]
H A Dsgemm_gcn_SmallMatrices.cl50 uint idxT = idt % 16;
53 A += gidx*32+ idxT + idyT*lda;
54 B += gidy*32+ idxT + idyT*ldb;
160 uint idxT = idt % 16;
163 A += gidx*32+ idxT + idyT*lda;
164 B += gidy*32+ idxT + idyT*ldb;
402 uint idxT = idt % 16;
405 A += gidx*32+ idxT + idyT*lda;
511 uint idxT = idt % 16;
745 uint idxT = idt % 16;
[all …]
H A Ddgemm_hawai.cl734 int idxT = idt % 8;
946 int idxT = idt % 8;
1159 int idxT = idt % 16;
1382 int idxT = idt % 16;
1605 int idxT = idt % 16;
1830 int idxT = idt % 16;
4209 int idxT = idt % 8;
4383 int idxT = idt % 8;
4562 int idxT = idt % 8;
4725 int idxT = idt % 8;
[all …]
H A Dsgemm_gcn.cl94 uint idxT = idt % 16;
97 A += gidx*96+ idxT + idyT*lda;
298 uint idxT = idt % 16;
478 uint idxT = idt % 16;
633 uint idxT = idt % 16;
810 uint idxT = idt % 16;
1006 uint idxT = idt % 16;
1497 uint idxT = idt % 16;
1691 uint idxT = idt % 16;
1860 uint idxT = idt % 16;
[all …]
H A Ddgemm_hawaiiSplitKernel.cl2668 int idxT = idt % 8;
2798 int idxT = idt % 8;
2909 int idxT = idt % 8;
3031 int idxT = idt % 8;
3214 int idxT = idt % 8;
3340 int idxT = idt % 8;
3449 int idxT = idt % 8;
3568 int idxT = idt % 8;
3705 int idxT = idt % 8;
3888 int idxT = idt % 8;
[all …]
H A Dsgemm_gcn_bigMatrices.cl124 uint idxT = idt % 16;
127 A += gidx*128+ idxT + idyT*lda;
128 B += gidy*128+ idxT + idyT*ldb;
136 __local float* plA = lA + idyT*129+idxT;
137 __local float* plB = lB + idyT*129+idxT;
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/src/whb/
H A Drcmat.c190 ii = mt->idxT; in XLN_hbTripleNSYM()
303 JA2[count] = mt->idxT; in XLN_wmTripleNSYM()
324 ii = mt->idxT; in XLN_wmTripleNSYM()
436 jj = mt->idxT; in XLN_wmTripleNSYM()
566 ii = mt->idxT; in XLN_hbTripleSYM()
620 ii = mt->idxT; in XLN_hbTripleSYM()
732 ii = mt->idxT; in XLN_hbTripleSTRUC()
787 ii = mt->idxT; in XLN_hbTripleSTRUC()
912 ii = mt->idxT; in XLN_wmTripleSTRUC()
968 jj = mt->idxT; in XLN_wmTripleSTRUC()
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/blas/AutoGemm/UserGemmKernelSources/
H A Dsgemm_Col_NN_B0_MX032_NX032_KX16_src.cpp70 uint idxT = idt % 16;
73 A += gidx*32+ idxT + idyT*lda;
74 B += (gidy*32+idyT)*ldb + idxT;
80 __local float* plA = lA + idyT*33+idxT;
81 __local float* plB = lB + idxT*33+idyT;
H A Dsgemm_Col_NT_B0_MX032_NX032_KX16_src.cpp69 uint idxT = idt % 16;
72 A += gidx*32+ idxT + idyT*lda;
73 B += gidy*32+ idxT + idyT*ldb;
79 __local float* plA = lA + idyT*33+idxT;
80 __local float* plB = lB + idyT*33+idxT;
H A Dsgemm_Col_TN_B0_MX032_NX032_KX16_src.cpp70 uint idxT = idt % 16;
73 A += (gidx*32+idyT)*lda+ idxT ;
74 B += (gidy*32+idyT)*ldb + idxT;
80 __local float* plA = lA + idxT*33+idyT;
81 __local float* plB = lB + idxT*33+idyT;
H A Dsgemm_Col_TN_B1_MX032_NX032_KX16_src.cpp69 uint idxT = idt % 16;
72 A += (gidx*32+idyT)*lda+ idxT ;
73 B += (gidy*32+idyT)*ldb + idxT;
80 __local float* plA = lA + idxT*33+idyT;
81 __local float* plB = lB + idxT*33+idyT;
H A Dsgemm_Col_NT_B1_MX032_NX032_KX16_src.cpp69 uint idxT = idt % 16;
72 A += gidx*32+ idxT + idyT*lda;
73 B += gidy*32+ idxT + idyT*ldb;
79 __local float* plA = lA + idyT*33+idxT;
80 __local float* plB = lB + idyT*33+idxT;
H A Dsgemm_Col_NN_B1_MX032_NX032_KX16_src.cpp69 uint idxT = idt % 16;
72 A += gidx*32+ idxT + idyT*lda;
73 B += (gidy*32+idyT)*ldb + idxT;
80 __local float* plA = lA + idyT*33+idxT;
81 __local float* plB = lB + idxT*33+idyT;
H A Dsgemm_Col_NT_B0_MX064_NX064_KX16_src.cpp86 uint idxT = idt % 16;
89 A += gidx*64+ idxT + idyT*lda;
90 B += gidy*64+ idxT + idyT*ldb;
96 __local float* plA = lA + idyT*65+idxT;
97 __local float* plB = lB + idyT*65+idxT;
H A Dsgemm_Col_TN_B0_MX064_NX064_KX16_src.cpp86 uint idxT = idt % 16;
89 A += gidx*64*lda+ idxT + idyT*lda;
90 B += gidy*64*ldb+ idxT + idyT*ldb;
96 __local float* plA = lA + idxT*65+idyT;
97 __local float* plB = lB + idxT*65+idyT;
H A Dsgemm_Col_TN_B1_MX064_NX064_KX16_src.cpp86 uint idxT = idt % 16;
89 A += gidx*64*lda+ idxT + idyT*lda;
90 B += gidy*64*ldb+ idxT + idyT*ldb;
96 __local float* plA = lA + idxT*65+idyT;
97 __local float* plB = lB + idxT*65+idyT;
H A Dsgemm_Col_NT_B1_MX064_NX064_KX16_src.cpp85 uint idxT = idt % 16;
88 A += gidx*64+ idxT + idyT*lda;
89 B += gidy*64+ idxT + idyT*ldb;
95 __local float* plA = lA + idyT*65+idxT;
96 __local float* plB = lB + idyT*65+idxT;
H A Ddgemm_Col_TN_B0_MX048_NX048_KX08_src.cpp58 int idxT = idt % 4;
61 A += gidx*48*lda + idxT + idyT*lda;
62 B += gidy*48*ldb+ idxT + idyT*ldb;
68 __local double* plA = lA + idxT*49+ idyT;
69 __local double* plB = lB + idxT*49+ idyT;
H A Ddgemm_Col_TN_B1_MX048_NX048_KX08_src.cpp58 int idxT = idt % 4;
61 A += gidx*48*lda + idxT + idyT*lda;
62 B += gidy*48*ldb+ idxT + idyT*ldb;
68 __local double* plA = lA + idxT*49+ idyT;
69 __local double* plB = lB + idxT*49+ idyT;
H A Ddgemm_Col_NN_B0_MX048_NX048_KX08_src.cpp112 int idxT = idt % 8;
115 A += gidx*48+ idxT + idyT*lda;
123 __local double* plA = lA + idyT*49 + idxT;
124 __local double* plB = lB + idxT*49 + idyT;
H A Ddgemm_Col_NN_B1_MX048_NX048_KX08_src.cpp111 int idxT = idt % 8;
114 A += gidx*48+ idxT + idyT*lda;
122 __local double* plA = lA + idyT*49 + idxT;
123 __local double* plB = lB + idxT*49 + idyT;
H A Dsgemm_Col_NT_B1_MX128_NX128_KX16_src.cpp149 uint idxT = idt % 16;
152 A += gidx * 128 + idxT + idyT*lda;
153 B += gidy * 128 + idxT + idyT*ldb;
161 __local float* plA = lA + idyT * 129 + idxT;
162 __local float* plB = lB + idyT * 129 + idxT;
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/src/bam/mc/
H A Dmtool.h89 int idxT; member
109 int idxT; member
132 int idxT; member
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/src/bam/
H A Dmatln.c135 mtX->idxT = i; in Mat_initStructureLN()
150 mtX->idxT = i; in Mat_initStructureLN()
336 mnew->idxT = i; in Mat_contribNSYMXLN()
348 mnew->idxT = i; in Mat_contribNSYMXLN()
375 mnew->idxT = i; in Mat_contribNSYMXLN()
462 mnew->idxT = ii; in Mat_contribSSYMXLN()
497 mnew->idxT = ii; in Mat_contribSSYMXLN()
528 if (curr->idxT < ii) { in Mat_contribSSYMXLN()
576 mnew->idxT = i; in Mat_contribSYMXLN()
599 mnew->idxT = i; in Mat_contribSYMXLN()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkVortexCore.cxx215 static const std::array<typename decltype(j)::value_type::size_type, 9> idxT = { 0, 3, 6, 1, in operator ()() local
221 double jt_i = (*j)[idxT[i]]; in operator ()()
320 static const std::array<std::size_t, 9> idxT = { 0, 3, 6, 1, 4, 7, 2, 5, 8 }; in ComputeAdditionalCriteria() local
325 double jt_i = (1. - s - t) * j[0][idxT[i]] + s * j[1][idxT[i]] + t * j[2][idxT[i]]; in ComputeAdditionalCriteria()

12