Martin Bauernfeind
|
f61f59ba3f
|
Fixed a compiler error and removed an unnecessary memcpy (from device to host) - performance seems to have crossed the 300M updates/second mark for the A100
|
2022-07-11 00:55:42 +02:00 |
|
Martin Bauernfeind
|
c9db6e45fa
|
Fixed compiler errors
|
2022-07-10 21:13:37 +02:00 |
|
Martin Bauernfeind
|
71798f5ec5
|
🐛 Fixed aforementioned correctness issue by deleting a superflous cudaMemcpy in computeForce() that was overwriting correct data with incorrect data
|
2022-07-05 00:54:11 +02:00 |
|
Martin Bauernfeind
|
4f0403d3ea
|
Fixed an correctness issue by conservatively copying over data from and to the GPU
|
2022-07-05 00:33:12 +02:00 |
|
Martin Bauernfeind
|
fa86e44f90
|
Fixed wrong number of threadblock being launched
|
2022-07-04 19:36:09 +02:00 |
|
Martin Bauernfeind
|
463de5b1ed
|
Ported the updatePbc method to cuda
|
2022-07-03 19:53:33 +02:00 |
|