Add missing macro undef in CUDA NB kernel
authorSzilard Pall <pall.szilard@gmail.com>
Wed, 24 Jun 2015 21:16:49 +0000 (23:16 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 25 Jun 2015 19:24:00 +0000 (21:24 +0200)
commit4889a40a5c735b116556556b7286075fbb1f2171
treeb33fd57a4666710fa49452a95f793fc94c0653da
parentd6ba90e59faf591c2eb0bbd228d9e7536c263494
Add missing macro undef in CUDA NB kernel

Harmless as different architecture code-path get generated such that
they don't end up in the same compilation unit, so the two macros
remaining defined did not affect code where the __CUDA_ARCH__ >= 300
is not true.

Change-Id: Ic6911e5c13781ac8a2835c3aef1457df6da60412
src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_kernel.cuh