// ************************************************************************** // device.cu // ------------------- // W. Michael Brown (ORNL) // // Device code for device information // // __________________________________________________________________________ // This file is part of the LAMMPS Accelerator Library (LAMMPS_AL) // __________________________________________________________________________ // // begin : // email : brownw@ornl.gov // *************************************************************************** #ifdef NV_KERNEL #include "lal_preprocessor.h" #endif __kernel void kernel_zero(__global int *restrict mem, int numel) { int ii=GLOBAL_ID_X; if (ii