- 30 Sep, 2021 1 commit
-
-
Peter Eastman authored
-
- 20 Sep, 2021 1 commit
-
-
Peter Eastman authored
-
- 08 Sep, 2021 1 commit
-
-
Peter Eastman authored
* Simplified derivatives of min() and max() * Fixed compilation error in kernel
-
- 23 Jul, 2021 1 commit
-
-
Peter Eastman authored
-
- 14 Jun, 2021 1 commit
-
-
Samarjeet authored
-
- 22 May, 2021 1 commit
-
-
Peter Eastman authored
* Began converting AMOEBA to common platform * Beginning of OpenCL platform for AMOEBA * Converted AmoebaVdwForce to common platform * Cleaned up reference AMOEBA tests * Began converting AmoebaMultipoleForce to common platform * Continue converting AmoebaMultipoleForce to common platform * Bug fixes * Bug fix * Continue converting AmoebaMultipoleForce to common platform * Converting AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce to common platform * Converting AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce to common platform * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce * Converted arrays from real3 to real * Bug fix to OpenCL AmoebaGeneralizedKirkwoodForce * Fixes for AMD GPUs * Began converting HippoNonbondedForce to common platform * Continuing to convert HippoNonbondedForce to common platform * Continuing to convert HippoNonbondedForce to common platform * Working on unifying PME kernels * Fixed error on devices without 64 bit atomics * Unified PME kernels * Converted HippoNonbondedForce to common platform * Creating OpenCL implementation of HippoNonbondedForce * Continuing OpenCL implementation of HippoNonbondedForce * Mostly finished OpenCL implementation of HippoNonbondedForce * Eliminated three component vector types in host code * Fix errors on CPU OpenCL * Skip double precision tests for AMOEBA on OpenCL * Bug fixes * Bug fixes * Fixed compilation error
-
- 21 May, 2021 1 commit
-
-
Peter Eastman authored
-
- 22 Mar, 2021 1 commit
-
-
Peter Eastman authored
* Converted RPMD plugin to common platform * Merged RPMD tests for different platforms * Try to fix errors on CPU OpenCL
-
- 19 Mar, 2021 1 commit
-
-
Peter Eastman authored
* Converted more code to common platform * Converted more code to common platform
-
- 03 Mar, 2021 1 commit
-
-
Dann239 authored
* Made ComputeContext worker threads rethrow encountered exceptions into the main thread. * Changed misleading variable names. * Changed a misleading exception description
-
- 28 Feb, 2021 1 commit
-
-
Peter Eastman authored
* Began implementing geometric functions on points * Started common implementation of point functions * Completed implementation of point functions for CustomCompoundBondForce * Implemented point functions for CustomCentroidBondForce * Implemented point functions for CustomManyParticleForce * Use point functions to simplify implementation of custom forces * Removed unnecessary code * Fixed typo
-
- 09 Feb, 2021 1 commit
-
-
Peter Eastman authored
-
- 22 Dec, 2020 1 commit
-
-
informatorius authored
* Update IntegrationUtilities.cpp * Use pinned buffer and for context download * use template to reduce duplicate code * Remove template and only add PinnedBuffer for minor performance improvement * Use pinned buffer for minor performance improvement Co-authored-by: xxx <yyy>
-
- 12 Dec, 2020 1 commit
-
-
peastman authored
-
- 03 Sep, 2020 1 commit
-
-
peastman authored
* CCMA with a small number of constraints uses a single kernel * Fixed compilation errors in kernel * Fixed compilation errors in kernel * Further optimizations to CCMA with few constraints
-
- 20 Aug, 2020 1 commit
-
-
peastman authored
* Fixed range overflow with very large numbers of atoms * More fixes to overflow with large numbers of atoms * Fix test failures
-
- 29 Jul, 2020 1 commit
-
-
peastman authored
-
- 28 Jul, 2020 1 commit
-
-
peastman authored
-
- 24 Jun, 2020 2 commits
-
-
Charlles Abreu authored
-
Charlles Abreu authored
-
- 29 May, 2020 1 commit
-
-
Thomas Trummer authored
This ensures that the correct argument size is used when calling clSetKernelArg.
-
- 27 May, 2020 1 commit
-
-
peastman authored
-
- 25 May, 2020 1 commit
-
-
Thomas Trummer authored
-
- 22 May, 2020 2 commits
-
-
Thomas Trummer authored
Explicitly cast the second parameter to the type of the first one so the compiler can pick an overload that is supported in device code (fixes error: calling a __host__ function("fmin<float, int, (int)0> ") from a __global__ function("computeBondedForces") is not allowed). -
Thomas Trummer authored
Naming the argument list of a variadic macro is a GNU extension which is not supported by msvc. Since CUDA uses the system preprocessor this will fail to build kernels on Windows (fixes error C2010: '.': unexpected in macro parameter list).
-
- 06 May, 2020 1 commit
-
-
peastman authored
* Cleaned up checkpointing code for NoseHooverIntegrator * Fixed compilation error
-
- 05 May, 2020 1 commit
-
-
peastman authored
* Fixed OpenCL compiler errors * Fixed incorrect references to BAOAB * Fixed a method that was incorrectly made public
-
- 04 May, 2020 1 commit
-
-
Andy Simmonett authored
* Convert Nose-Hoover into LF middle scheme by copying NH kernels * Rebrand VelocityVerletIntegrator as NoseHooverIntegrator * Consolidate NH tests * NoseHooverChainKernel begone * Make Windows builds happy * Add missing header for Windows build * Fix mistake in CommonKernels header * Add 6th Yoshida-Suzuki and make it the default
-
- 14 Apr, 2020 1 commit
-
-
peastman authored
-
- 05 Apr, 2020 1 commit
-
-
Charlles Abreu authored
-
- 31 Mar, 2020 1 commit
-
-
Charlles Abreu authored
-
- 28 Mar, 2020 3 commits
-
-
Charlles Abreu authored
-
Charlles Abreu authored
-
Charlles Abreu authored
-
- 25 Mar, 2020 1 commit
-
-
Charlles Abreu authored
-
- 28 Feb, 2020 2 commits
-
-
Andy Simmonett authored
-
Andy Simmonett authored
-
- 27 Feb, 2020 1 commit
-
-
Andy Simmonett authored
-
- 14 Feb, 2020 1 commit
-
-
Peter Eastman authored
-
- 04 Feb, 2020 1 commit
-
-
Peter Eastman authored
-