https://github.com/alexpreynolds/simd-pearson-test
Test use of SIMD/SSE to calculate Pearson r correlation
https://github.com/alexpreynolds/simd-pearson-test
Last synced: 22 days ago
JSON representation
Test use of SIMD/SSE to calculate Pearson r correlation
- Host: GitHub
- URL: https://github.com/alexpreynolds/simd-pearson-test
- Owner: alexpreynolds
- License: mit
- Created: 2017-06-26T06:01:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T20:57:22.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T16:38:54.601Z (4 months ago)
- Language: C
- Size: 6.23 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simd-pearson-test
Exploration of SIMD/SSE/AVX to calculate Pearson r correlationTo extract sample input and run tests:
```
$ make all
```To save time, the `test-non-avx` and `test-avx` targets can be made after the sample input is extracted.