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

Add SIMD optimizations and cache management improvements #5818

Conversation

bluffblue
Copy link

  • Add simd_ops.h for AVX2 optimizations
  • Add cache_optimizer.h for better cache management
  • Add optimized neural network layers
  • Update evaluation code to use new optimizations
  • Add parallel search improvements

- Add simd_ops.h for AVX2 optimizations
- Add cache_optimizer.h for better cache management
- Add optimized neural network layers
- Update evaluation code to use new optimizations
- Add parallel search improvements
Copy link

clang-format 18 needs to be run on this PR.
If you do not have clang-format installed, the maintainer will run it when merging.
For the exact version please see https://packages.ubuntu.com/noble/clang-format-18.

(execution 12963109991 / attempt 1)

@vondele
Copy link
Member

vondele commented Jan 25, 2025

Thanks, you'll need to explain what the PR does, provide data to demonstrate the improvements in performance, and probably split it if it implements independent ideas. For testing and contributing see also https://github.com/official-stockfish/fishtest/wiki/Creating-my-first-test

@bluffblue
Copy link
Author

Thanks, you'll need to explain what the PR does, provide data to demonstrate the improvements in performance, and probably split it if it implements independent ideas. For testing and contributing see also https://github.com/official-stockfish/fishtest/wiki/Creating-my-first-test

ohh okay then, thanks for the respond

@vondele
Copy link
Member

vondele commented Jan 25, 2025

will close for now as it doesn't yet compile

@vondele vondele closed this Jan 25, 2025
@bluffblue bluffblue deleted the optimized-simd-operations branch January 25, 2025 08:16
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