Searched refs:MatH2OpusGetThrustPointer (Results 1 – 1 of 1) sorted by relevance
24 #define MatH2OpusGetThrustPointer(v) thrust::raw_pointer_cast((v).data()) macro371 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()[all …]