Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.sycl.cxx104 const int bufSize = 2; in isMPISyclAware_() local
105 const int hbuf[bufSize] = {1, 0}; in isMPISyclAware_()
115 dbuf = ::sycl::malloc_device<int>(bufSize, Q); in isMPISyclAware_()
116 Q.memcpy(dbuf, hbuf, sizeof(int) * bufSize).wait(); in isMPISyclAware_()