9 Commits

Author SHA1 Message Date
Evan Pretti
05472c9a81 Update file headers (#5074)
* Replace SimTK-containing file headers

* Update file headers for new Tinker reader files added
2025-09-23 10:27:26 -07:00
Daniel Towner
154e28542f CPU: Modified SIMD verification to work on any vector width.
This helps pave the way to test wider SIMD ISAs, such as AVX-512.
2020-05-22 11:17:10 +01:00
dwtowner
91952b519f [WIP] CPU: Refactored code to be generic across vector CPU platforms. (#2661)
* CPU: Refactored code to be generic across vector CPU platforms.

Ewald and non-Ewald interactions now share a common code base, templated on
their interaction type.

The vec4 and vec8 implementations have been replaced by a single generic implementation
class which is templated on SIMD type. Currently works for SIMD4 and SIMD8 types, but
can be extended in future to support other types (e.g., AVX-512).

Modified runtime CPU support to lay groundwork for future SIMD types.

Pulled out some vector utility functions (gather pair, reduce),
and refactored the AVX CPU code to make use of them.

* CPU: Fixed coding standards and incorrect header include.

* CPU: Fixed code review comments from PR #2661

* CPU: Fixed CI build issues.

* CPU: Further CI fixes.

* CPU: Fix for unit test failure on MacOS.

Reverted optimised code to go back to a version which is thought to work
on MacOS. The optimisation will be reapplied in future after the failure is
understood better.
2020-04-30 11:07:54 -07:00
peastman
8d0fee51a1 More optimizations to CPU platform 2015-10-01 11:00:43 -07:00
peastman
5e1f7d39c9 Added a test for rsqrt() 2015-04-13 16:31:24 -07:00
peastman
14d3c584c8 Finished CPU implementation of CustomManyParticleForce 2014-08-15 10:28:00 -07:00
peastman
d85f7998fb Fixed compilation error on some compilers 2014-08-01 11:56:42 -07:00
peastman
074e3cd9aa Modified test case to work on ARM 2014-07-24 16:46:56 -07:00
peastman
43b669e960 Created PNaCl implementation of vector instructions (not yet optimized!) 2014-07-24 16:35:40 -07:00