Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: add release note
  • Loading branch information
mattip committed Jun 11, 2025
commit ece0bdb1f8ef91b6716777aa65b5c1c2ce659d60
6 changes: 6 additions & 0 deletions doc/release/upcoming_changes/23752.performance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Improve matmul performance when operands are non-contiguous
-----------------------------------------------------------

Enable using BLAS for matmul even when operands are non-contiguous by copying
if needed. This performance enhancement's original implementation had a bug
that was fixed for v2.3.1
Loading