Lines Matching refs:MatH2OpusGetThrustPointer
24 #define MatH2OpusGetThrustPointer(v) thrust::raw_pointer_cast((v).data()) macro
371 uxx = MatH2OpusGetThrustPointer(*h2opus->xx); in MatMultNKernel_H2OPUS()
372 uyy = MatH2OpusGetThrustPointer(*h2opus->yy); in MatMultNKernel_H2OPUS()
410 uxx = MatH2OpusGetThrustPointer(*h2opus->xx_gpu); in MatMultNKernel_H2OPUS()
411 uyy = MatH2OpusGetThrustPointer(*h2opus->yy_gpu); in MatMultNKernel_H2OPUS()
546 uxx = MatH2OpusGetThrustPointer(*h2opus->xx); in MatMultKernel_H2OPUS()
547 uyy = MatH2OpusGetThrustPointer(*h2opus->yy); in MatMultKernel_H2OPUS()
588 uxx = MatH2OpusGetThrustPointer(*h2opus->xx_gpu); in MatMultKernel_H2OPUS()
589 uyy = MatH2OpusGetThrustPointer(*h2opus->yy_gpu); in MatMultKernel_H2OPUS()
780 iidx = MatH2OpusGetThrustPointer(a->dist_hmatrix->basis_tree.basis_branch.index_map); in MatSetUpMultiply_H2OPUS()
784 iidx = MatH2OpusGetThrustPointer(a->hmatrix->u_basis_tree.index_map); in MatSetUpMultiply_H2OPUS()
1867 vv = MatH2OpusGetThrustPointer(*a->yy); in MatH2OpusLowRankUpdate()
1871 uu = MatH2OpusGetThrustPointer(*a->xx); in MatH2OpusLowRankUpdate()
1894 vv = MatH2OpusGetThrustPointer(*a->yy_gpu); in MatH2OpusLowRankUpdate()
1898 uu = MatH2OpusGetThrustPointer(*a->xx_gpu); in MatH2OpusLowRankUpdate()