Add missing brace

This commit is contained in:
Stan Moore
2021-10-22 16:09:46 +00:00
parent 228187978d
commit 614b751f5f

View File

@ -222,6 +222,7 @@ struct ExecutionSpaceFromDevice<Kokkos::Experimental::HIP> {
template<>
struct ExecutionSpaceFromDevice<Kokkos::Experimental::SYCL> {
static const LAMMPS_NS::ExecutionSpace space = LAMMPS_NS::Device;
};
#elif defined(KOKKOS_ENABLE_OPENMPTARGET)
template<>
struct ExecutionSpaceFromDevice<Kokkos::Experimental::OpenMPTarget> {