Skip to content

Conversation

@orange-cpp
Copy link
Owner

Optimizes matrix multiplication by specializing the algorithm based on the matrix storage type (row-major or column-major).

This change significantly improves performance by leveraging memory access patterns specific to each storage order.

Optimizes matrix multiplication by specializing the algorithm
based on the matrix storage type (row-major or column-major).

This change significantly improves performance by leveraging
memory access patterns specific to each storage order.
@orange-cpp orange-cpp merged commit 04b50d4 into main Sep 17, 2025
3 checks passed
@orange-cpp orange-cpp deleted the feature/mat_perf_boost branch September 17, 2025 14:48
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