Home
last modified time | relevance | path

Searched refs:hbuf (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.cxx191 constexpr int hbuf[] = {1, 0}; in CUPMAwareMPI_() local
200 PetscCallCUPM(cupmMalloc(reinterpret_cast<void **>(&dbuf), sizeof(hbuf))); in CUPMAwareMPI_()
201 PetscCallCUPM(cupmMemcpy(dbuf, hbuf, sizeof(hbuf), cupmMemcpyHostToDevice)); in CUPMAwareMPI_()
/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.sycl.cxx105 const int hbuf[bufSize] = {1, 0}; in isMPISyclAware_() local
116 Q.memcpy(dbuf, hbuf, sizeof(int) * bufSize).wait(); in isMPISyclAware_()