Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 4 of 4) sorted by relevance

/libCEED/include/ceed/jit-source/magma/
H A Dmagma-common-nontensor.h21 const int tid = ty * P + tx; in read_A_notrans_g2r_1D_nosync() local
46 const int tid = ty * P + tx; in read_A_trans_g2r_1D_nosync() local
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-operator-assemble-diagonal.h52 const int tid = threadIdx.x; // Running with P threads in __launch_bounds__() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-operator-assemble-diagonal.h52 const int tid = threadIdx.x; // Running with P threads in __launch_bounds__() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp854 const CeedInt tid = idx % num_nodes; in CeedOperatorLinearDiagonal_Sycl() local