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

Implement bitwise NOT and XOR in new SIMD API #627

Merged
merged 1 commit into from
Mar 18, 2025
Merged

Conversation

robertknight
Copy link
Owner

@robertknight robertknight commented Mar 18, 2025

Bitwise XOR is used in int8 GEMM ops, bitwise NOT is useful in tests.

TODO:

  • AVX-512 implementation

Bitwise XOR is used in int8 GEMM ops, bitwise NOT is useful in tests.
@robertknight robertknight marked this pull request as ready for review March 18, 2025 07:56
@robertknight robertknight merged commit 110b8d9 into main Mar 18, 2025
2 checks passed
@robertknight robertknight deleted the simd-xor branch March 18, 2025 07:57
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.

1 participant