X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=blobdiff_plain;f=src%2Fgromacs%2Fewald%2Fpme_spread_sycl.cpp;fp=src%2Fgromacs%2Fewald%2Fpme_spread_sycl.cpp;h=41244d591fafd41bcc15689d611ee38b41bfcf9e;hp=c88c1de374ad0b094852f16da9ddf281e285688a;hb=69d9df0fb1f51869e7f266416c1c3dbe637360ac;hpb=d043b17b33a2e6f4e5cfb8ead27ee9a40b27adb8 diff --git a/src/gromacs/ewald/pme_spread_sycl.cpp b/src/gromacs/ewald/pme_spread_sycl.cpp index c88c1de374..41244d591f 100644 --- a/src/gromacs/ewald/pme_spread_sycl.cpp +++ b/src/gromacs/ewald/pme_spread_sycl.cpp @@ -205,31 +205,31 @@ auto pmeSplineAndSpreadKernel( if constexpr (spreadCharges) { - cgh.require(a_realGrid_0); + a_realGrid_0.bind(cgh); } if constexpr (writeGlobal || computeSplines) { - cgh.require(a_theta); + a_theta.bind(cgh); } if constexpr (computeSplines && writeGlobal) { - cgh.require(a_dtheta); + a_dtheta.bind(cgh); } if constexpr (writeGlobal) { - cgh.require(a_gridlineIndices); + a_gridlineIndices.bind(cgh); } if constexpr (computeSplines) { - cgh.require(a_fractShiftsTable); - cgh.require(a_gridlineIndicesTable); - cgh.require(a_coordinates); + a_fractShiftsTable.bind(cgh); + a_gridlineIndicesTable.bind(cgh); + a_coordinates.bind(cgh); } - cgh.require(a_coefficients_0); + a_coefficients_0.bind(cgh); if constexpr (numGrids == 2 && spreadCharges) { - cgh.require(a_realGrid_1); - cgh.require(a_coefficients_1); + a_realGrid_1.bind(cgh); + a_coefficients_1.bind(cgh); } // Gridline indices, ivec