Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIMD #13

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

SIMD #13

wants to merge 20 commits into from

Conversation

chester-leung
Copy link
Member

@chester-leung chester-leung commented Dec 16, 2020

  • Adds SIMD to Performance Improvements #12. However, SIMD doesn't seem to bring much performance improvement.
  • Adds macro to allow switching SIMD on/off

(Measured in simulation mode)

Code version Num accumulators Num weights Weight length Num Threads Time (s)
Non SIMD 3 6000 100 1 5.36
SIMD 3 6000 100 1 5.42
Non SIMD 3 15000 100 1 6.77
SIMD 3 15000 100 1 6.77
Non SIMD 3 6000 200 1 5.82
SIMD 3 6000 200 1 5.87

Co-authored-by: Octavian Sima octavian.sima@gmail.com

@chester-leung chester-leung changed the base branch from master to develop December 18, 2020 23:07
@chester-leung chester-leung changed the base branch from develop to master December 18, 2020 23:07
@chester-leung chester-leung changed the base branch from master to develop December 18, 2020 23:08
@chester-leung chester-leung changed the base branch from develop to master December 18, 2020 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants