Remove incorrect assertion for GPU timing in SYCL
authorAndrey Alekseenko <al42and@gmail.com>
Fri, 19 Mar 2021 21:55:19 +0000 (00:55 +0300)
committerArtem Zhmurov <zhmurov@gmail.com>
Mon, 22 Mar 2021 08:09:39 +0000 (08:09 +0000)
commitc39a22f77d7b899f919181a49451ef642880280e
tree69ff3d82d53999c4defe54203d9f17fc1407f396
parentd12ed5516483d50b8f0c28f483e5bf0b3b6564dd
Remove incorrect assertion for GPU timing in SYCL

- The expression was backwards: it was failing when timing was disabled
  instead of failing when it is enabled.
- The expression was run on a freshly-initialized data structure, and
  the value of bDoTime was always overridden later, so it was not
  actually checking anything.

Since we anyway never set bDoTime to true in SYCL build, we might as
well remove this assertion here altogether.

Introduced in !1296 (c4a672b93b655ff674b671fd10ebe728b2d19ec8).
src/gromacs/nbnxm/nbnxm_gpu_data_mgmt.cpp