|
|
afccf1933f
|
correctly specify the destructor function name.
|
2021-09-20 23:40:14 -04:00 |
|
|
|
cd3efc3fa8
|
initialize all members
|
2021-09-17 22:45:26 -04:00 |
|
|
|
e6fb0e3bd8
|
small tweaks
|
2021-09-17 16:51:37 -04:00 |
|
|
|
5411075cc6
|
modernize
|
2021-09-16 07:44:27 -04:00 |
|
|
|
00e396c921
|
move misplaced #endif and make code more readable
|
2021-09-16 07:33:24 -04:00 |
|
|
|
353b3a2bb3
|
reformat for increased readability
|
2021-09-16 07:25:04 -04:00 |
|
|
|
272badfa7f
|
small tweaks
|
2021-09-15 20:14:06 -04:00 |
|
|
|
7196a295a6
|
small tweaks from static code analysis
|
2021-09-15 19:50:52 -04:00 |
|
|
|
70b09a809d
|
Bugfix from Trung for crashes in pppm/gpu without local atoms
|
2021-09-15 17:23:12 -04:00 |
|
|
|
08eb3345af
|
silence some compiler warnings
|
2021-08-31 15:11:46 -04:00 |
|
|
|
2de482f825
|
Merge pull request #2911 from akohlmey/fix-gpu-package-issues
Fix minor GPU package issues for the stable release
|
2021-08-30 13:45:23 -04:00 |
|
|
|
39d8b239ff
|
don't report bogus timings
|
2021-08-29 17:56:47 -04:00 |
|
|
|
89556f0bcb
|
Override any OpenCL fast math JIT settings for born/coul/wolf{/cs}/gpu to resolve numerical deviations seen with some OpenCL implementations.
|
2021-08-28 17:01:58 -07:00 |
|
|
|
bbb3f35aa3
|
"int64_t" is defined in stdint.h; must use "long" in OpenCL kernels instead
|
2021-08-26 22:46:08 -04:00 |
|
|
|
49a81d6fba
|
silence compiler warnings
|
2021-08-26 06:30:16 -04:00 |
|
|
|
e3af1544f1
|
Merge pull request #2804 from Vsevak/tip4p_fix_types
Fix atom types handling in the tip4p/gpu kernels
|
2021-08-26 01:08:19 -04:00 |
|
|
|
92b5b159e5
|
replace tabs and remove trailing whitespace in lib folder with updated script
|
2021-08-22 20:45:24 -04:00 |
|
|
|
94ce07b2de
|
Merge branch 'lammps:master' into tip4p_fix_types
|
2021-07-21 14:09:39 +03:00 |
|
|
|
d982d153f8
|
Fix conditions for correct results on other types
|
2021-06-18 18:26:53 +03:00 |
|
|
|
8fef6a10dd
|
Fix atom types handling in the tip4p/gpu kernels
|
2021-06-18 00:52:23 +03:00 |
|
|
|
8ea9179a00
|
Correct device pointer datatype in HIP UCL_Const
|
2021-06-02 15:46:57 -04:00 |
|
|
|
62423b0c75
|
Disable new GPU neighbor for HIP
|
2021-06-02 15:45:06 -04:00 |
|
|
|
76a472d8b8
|
Merge pull request #2640 from ndtrung81/eam-gpu
Fixing bugs on eam*/gpu for pair hybrid with neigh yes, where the gpu…
|
2021-05-27 12:11:13 -04:00 |
|
|
|
63ecb77303
|
fix some more URLs
|
2021-05-24 15:38:27 -04:00 |
|
|
|
7dee0b0633
|
Merge branch 'gpu-updates' into eam-gpu
|
2021-05-24 00:24:04 -04:00 |
|
|
|
0e1fa44b9d
|
fix compilation error on latest intel OpenCL compiler due to missing tagint definition
|
2021-05-22 13:16:31 -04:00 |
|
|
|
fe93603d15
|
Merge branch 'eam-gpu' of https://github.com/ndtrung81/lammps into eam-gpu
|
2021-05-19 10:59:47 -05:00 |
|
|
|
8af6e58a7f
|
Fixed a bug with the eam kernel for screening out pairs that are excluded by the pair style (when eam is a sub-style in pair hybrid)
|
2021-05-19 10:56:51 -05:00 |
|
|
|
5dbf9f754e
|
Merge branch 'master' into eam-gpu
|
2021-05-18 14:19:39 -04:00 |
|
|
|
5591b0f33d
|
Merge branch 'master' into smooth-gpu
|
2021-05-11 23:59:14 -04:00 |
|
|
|
442a829b1e
|
changed author
|
2021-05-12 00:40:38 +03:00 |
|
|
|
5865ced9c7
|
minor change
|
2021-05-12 00:25:51 +03:00 |
|
|
|
d3186b74f7
|
updated
|
2021-05-12 00:14:27 +03:00 |
|
|
|
5b8763c471
|
Merge branch 'lammps:master' into smooth-gpu
|
2021-05-11 22:22:33 +03:00 |
|
|
|
a687868c69
|
finalize available GPU hardware introspection functions
|
2021-05-10 16:34:27 -04:00 |
|
|
|
fbdcfb2f72
|
preliminary interface to detect whether a viable GPU is present
|
2021-05-10 09:16:51 -04:00 |
|
|
|
299ad3b37d
|
work around bogus device overhead info in OpenCL
|
2021-05-08 23:43:15 -04:00 |
|
|
|
b3083f1982
|
Fixed issue with accessing type2frho array in eam energy kernels
|
2021-05-07 13:43:58 -04:00 |
|
|
|
efd6f7b2d0
|
Fixed issue with accessing type2frho array in eam energy kernels
|
2021-05-04 23:12:55 -05:00 |
|
|
|
7c3a7cb2e4
|
Merge branch 'master' into eam-gpu
|
2021-05-04 23:05:29 -05:00 |
|
|
|
b4a70880d9
|
Merge pull request #2745 from rbberger/gpu_updates
Updates to the GPU package
|
2021-04-30 19:32:44 -04:00 |
|
|
|
6029445ab5
|
Fix tagint datatype with LAMMPS_BIGBIG in OpenCL
The previous version was trying to use 16 byte integers.
|
2021-04-30 12:01:56 -04:00 |
|
|
|
375f8e7054
|
support loading OpenCL functions up to the OpenCL 3.0 standard
|
2021-04-30 09:28:01 -04:00 |
|
|
|
8dfcdc4b3c
|
Revert "activate workaround for problems with new GPU code neighbor lists"
This reverts commit a28d9a6e69.
|
2021-04-29 19:24:28 -04:00 |
|
|
|
24314b2316
|
Formatting
|
2021-04-23 16:36:01 -04:00 |
|
|
|
8ba1b59d8d
|
Correct fprintf statement in debug code
|
2021-04-23 16:34:12 -04:00 |
|
|
|
0632922a9b
|
Explicitly check for subgroup support instead of CL version
|
2021-04-22 12:54:13 -04:00 |
|
|
|
0f1f49afa7
|
Add more output to ocl_get_devices
|
2021-04-22 12:52:30 -04:00 |
|
|
|
d405f2ec4b
|
Update defines to use old neighbor code for CUDA >= 11.2
|
2021-04-22 09:16:37 -04:00 |
|
|
|
bb7931c989
|
Fixing bugs in slow (non-shared memory) variant of lj/charmm/coul/charmm/gpu
|
2021-04-18 09:35:54 -07:00 |
|