Added the GPU versions of lj/cut/coul/cut/soft and lj/cut/coul/long/soft

This commit is contained in:
Trung Nguyen
2023-12-05 13:30:26 -06:00
parent 8389e2eb80
commit 9588ddabf6
18 changed files with 2023 additions and 14 deletions

View File

@ -347,6 +347,7 @@ class Device {
int _pppm_block, _block_nbor_build, _block_cell_2d, _block_cell_id;
int _max_shared_types, _max_bio_shared_types, _pppm_max_spline;
int _nbor_prefetch;
int _use_old_nbor_build;
UCL_Program *dev_program;
UCL_Kernel k_zero, k_info;